@bemedev/core
Version:
The core library of @bemedev
8 lines • 375 B
TypeScript
declare const fn: import("../../functions").FnBasic<(_?: string | undefined) => string, object & {
readonly forceCast: (_?: unknown) => string;
readonly dynamic: <U extends string>(_?: U | undefined) => U;
readonly is: <U>(_?: U | undefined) => U extends string ? true : false;
readonly type: string;
}>;
export default fn;
//# sourceMappingURL=index.d.ts.map