dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
车辆锁回调
aijinhui
2023-11-10
6b2c648f3bf251a03b3124f347e42edfd9357469
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
table
/
node_modules
/
astral-regex
/
index.js
1
2
3
4
'use strict';
const regex = '[\uD800-\uDBFF][\uDC00-\uDFFF]';
module.exports = opts => opts && opts.exact ? new RegExp(`^${regex}$`) : new RegExp(regex, 'g');