UNPKG

248 BTypeScriptView Raw
1/// <reference types="bn.js" />
2import type { BN } from '../bn/bn';
3import type { ToBn } from '../types';
4export declare function formatElapsed<ExtToBn extends ToBn>(now?: Date | null, value?: bigint | BN | ExtToBn | Date | number | null): string;