UNPKG
@veloze/restbase
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.2.1
0.2.0
0.1.1
0.1.0
Rest-API to database
github.com/commenthol/veloze-restbase
commenthol/veloze-restbase
@veloze/restbase
/
types
/
utils
/
escape.d.ts
3 lines
(2 loc)
•
94 B
TypeScript
View Raw
1
2
3
export
function
escapeRegExp
(string: any)
: any;
export
function
escapeLike
(string: any)
: any;