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

Package detail

he-rec

brugnara80.1.4

Encode and decode recursively strings in a mixed object

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

readme

he-recursively

Encode and decode recursively strings in a mixed object

How

% npm install he-rec

var HeRec = require('he-rec');

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

Test

% mocha

Thanks to he project.