UNPKG

@bemedev/core

Version:

The core library of @bemedev

3 lines 199 B
declare const fn: <const T extends string, U extends string[]>(_?: T, ...__: U) => T extends `${string}${U[number]}${string}` ? true : false; export default fn; //# sourceMappingURL=contains.d.ts.map