UNPKG

230 BTypeScriptView Raw
1export declare const ERROR: unique symbol;
2export declare const errorHandler: (error: any) => never;
3export declare const getOrder: (sort?: Record<string, any>) => any[];
4export declare const isPlainObject: (obj: any) => boolean;