Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/lassiecoder/mutual-funding-app/server/node_modules/regexp-clone/

History.md /cody/lassiecoder/mutual-funding-app/server/node_modules/regexp-clone/History.md
17 Views
0 Comments

0.0.1 / 2013-04-17
==================

* initial commit

LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/regexp-clone/LICENSE
33 Views
0 Comments
(The MIT License)

Copyright (c) 2013 [Aaron Heckmann](aaron.heckmann+github@gmail.com)

Permission is hereby granted, free of c
Makefile /cody/lassiecoder/mutual-funding-app/server/node_modules/regexp-clone/Makefile
33 Views
0 Comments

test:
@./node_modules/.bin/mocha $(T) --async-only $(TESTS)

.PHONY: test

README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/regexp-clone/README.md
30 Views
0 Comments
#regexp-clone
==============

Clones RegExps with flag and `lastIndex` preservation.

```js
const regexpClone = require('regexp-
index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/regexp-clone/index.js
5 Views
0 Comments

const toString = Object.prototype.toString;

function isRegExp (o) {
return 'object' == typeof o
&& '[object RegExp]' =
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/regexp-clone/package.json
27 Views
0 Comments
{
"name": "regexp-clone",
"version": "1.0.0",
"description": "Clone RegExps with options",
"main": "index.js",
"script
test /cody/lassiecoder/mutual-funding-app/server/node_modules/regexp-clone/test/
1 Items
  • index.js