Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ent-rec

brugnara4deprecated0.1.3

moved to he-rec, use this pkg only if you want to use ent instead of he

Encode and decode recursively strings in a mixed object

entities, entitify, entity, html, encode, decode, recursive, recursively

readme

node-ent-recursively

Encode and decode recursively strings in a mixed object

How

% npm install ent-rec

var EntRec = require('ent-rec');

EntRed.decode(object);
EntRed.encode(object, options);

Test

% mocha

Thanks to node-ent project.