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