cody - HTMLify profile
files of /cody/lassiecoder/mutual-funding-app/server/node_modules/regexp-clone/
0.0.1 / 2013-04-17
==================
* initial commit
(The MIT License)
Copyright (c) 2013 [Aaron Heckmann](aaron.heckmann+github@gmail.com)
Permission is hereby granted, free of c
Copyright (c) 2013 [Aaron Heckmann](aaron.heckmann+github@gmail.com)
Permission is hereby granted, free of c
test:
@./node_modules/.bin/mocha $(T) --async-only $(TESTS)
.PHONY: test
#regexp-clone
==============
Clones RegExps with flag and `lastIndex` preservation.
```js
const regexpClone = require('regexp-
==============
Clones RegExps with flag and `lastIndex` preservation.
```js
const regexpClone = require('regexp-
const toString = Object.prototype.toString;
function isRegExp (o) {
return 'object' == typeof o
&& '[object RegExp]' =
{
"name": "regexp-clone",
"version": "1.0.0",
"description": "Clone RegExps with options",
"main": "index.js",
"script
"name": "regexp-clone",
"version": "1.0.0",
"description": "Clone RegExps with options",
"main": "index.js",
"script