@bemedev/core
Version:
The core library of @bemedev
8 lines • 378 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=instance.d.ts.map