@bemedev/core
Version:
The core library of @bemedev
8 lines • 568 B
TypeScript
declare const fn: import("../../../globals/types").FnBasic<(_?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined) => 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9, object & {
readonly forceCast: (_?: unknown) => 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
readonly dynamic: <U extends 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9>(_?: U | undefined) => U;
readonly is: <U>(_?: U | undefined) => U extends 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 ? true : false;
readonly type: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
}>;
export default fn;
//# sourceMappingURL=digit.d.ts.map