UNPKG

@sky-mavis/tanto-widget

Version:
5 lines (4 loc) 232 B
export declare const notEmpty: <T>(value: T) => value is NonNullable<T>; export declare const isClient: () => boolean; export declare const getVersionInfo: () => string; export declare const delay: (ms: number) => Promise<unknown>;