@mojojs/util
v1.6.7
Published
Utilities for mojo.js packages
Downloads
3,882
Readme
Just a bunch of utility functions and classes shared by mojo.js packages.
import {SafeString, escapeRegExp, xmlEscape, xmlUnescape} from '@mojojs/util';
// "te\*s\?t"
const str = escapeRegExp('te*s?t');
// "<p>"
const str = xmlEscape('<p>');
// "<p>"
const str = xmlEscape(new SafeString('<p>'));
// "<p>"
const str = xmlUnescape('<p>'');
Installation
All you need is Node.js 16.0.0 (or newer).
$ npm install @mojojs/util
Support
If you have any questions the documentation might not yet answer, don't hesitate to ask in the Forum, on Matrix, or IRC.