SourceTermAnalysisSystem_vue/node_modules/loupe/lib/bigint.d.ts

3 lines
160 B
TypeScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
import type { Options } from './types.js';
export default function inspectBigInt(number: bigint, options: Options): string;
//# sourceMappingURL=bigint.d.ts.map