fatsify核心功能示例测试!!!
This commit is contained in:
5
node_modules/safe-regex2/example/safe.js
generated
vendored
Normal file
5
node_modules/safe-regex2/example/safe.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
'use strict'
|
||||
|
||||
const safe = require('../')
|
||||
const regex = process.argv.slice(2).join(' ')
|
||||
console.log(safe(regex))
|
||||
Reference in New Issue
Block a user