UNPKG
@csegames/camelot-unchained
Version:
latest (0.1.2)
0.1.2
Camelot Unchained Client Library
csegames/camelot-unchained-client-library
@csegames/camelot-unchained
/
lib
/
utils
/
stringContains.d.ts
3 lines
(2 loc)
•
90 B
TypeScript
View Raw
1
2
3
declare
const
_default
:
(
s
:
string
,
pattern
:
string
) =>
boolean
;
export
default
_default;