UNPKG

hins

Version:

[![codecov](https://codecov.io/gh/l-zoy/hins/branch/main/graph/badge.svg)](https://codecov.io/gh/l-zoy/hins) [![GitHub license](https://img.shields.io/github/license/l-zoy/hins)](https://github.com/l-zoy/hins/blob/master/LICENSE) ![node-current](https://i

12 lines (11 loc) 521 B
export declare function flatDeep(arr: any[], container?: any[]): any[]; export declare function compatESModuleRequire<T extends { __esModule: boolean; default: any; }>(m: T): T extends { __esModule: true; default: infer U; } ? U : T; export declare function mergeDefault({ defaultConfig, config }: Record<string, any>): any; export declare function funcString(value: typeof Function | Record<string, any>): string | Record<string, any>; export declare function isEqual<T, U>(value: T, other: U): boolean;