D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ebrokers.online
/
node_modules
/
string.prototype.matchall
/
test
/
Filename :
index.js
back
Copy
'use strict'; var matchAllShim = require('../'); var regexMatchAll = require('../regexp-matchall'); var test = require('tape'); var runTests = require('./tests'); test('as a function', function (t) { runTests(matchAllShim, regexMatchAll, t); t.end(); });