UNPKG
@bemedev/core
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.4
0.0.2
0.0.1
The core library of @bemedev
github.com/chlbri/core
chlbri/core
@bemedev/core
/
lib
/
features
/
strings
/
typings
/
includes.d.ts
3 lines
•
199 B
TypeScript
View Raw
1
2
3
declare
const
fn
: <
const
T
extends
string
, U
extends
string
[]>(_?: T, ...__: U) => T
extends
`${
string
}${U[number]}${
string
}` ?
true
:
false
; export
default
fn
;
//# sourceMappingURL=includes.d.ts.map