UNPKG

@bemedev/core

Version:

The core library of @bemedev

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