UNPKG

@forensic-js/regex

Version:

A module that builds on the existing RegExp module, making it easier working with text matching and replacement both in the browser and node environments

12 lines 218 B
module.exports = { srcDir: 'src', mainModuleFileName: 'index.ts', mainModuleName: 'Regex', libConfig: { enabled: true }, distConfig: { enabled: true, uglify: true } }