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

31 lines 575 B
{ "env": { "test": { "presets": [ [ "@babel/preset-env", ], "@babel/preset-typescript", ], "plugins": [ "@babel/proposal-class-properties", "@babel/proposal-object-rest-spread" ] }, "build": { "presets": [ [ "@babel/env", { "modules": false, } ], "@babel/preset-typescript", ], "plugins": [ "@babel/proposal-class-properties", "@babel/proposal-object-rest-spread" ] } } }