Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
mudeer-web
/
node_modules
/
hyphen
/
Filename :
export-contract.js
back
Copy
var createHyphenator = require("./hyphen.js"); module.exports = function (patterns) { return { hyphenate: createHyphenator(patterns, { async: true }), hyphenateHTML: createHyphenator(patterns, { async: true, html: true }), hyphenateHTMLSync: createHyphenator(patterns, { html: true }), hyphenateSync: createHyphenator(patterns), patterns: patterns }; };