UNPKG

dkt-plus

Version:

Decathlon component library built in Vue3 with TypeScript.

5 lines (4 loc) 130 B
export declare function isNil(value: any): boolean; export declare function fromPairs(pairs: any[]): { [key: string]: any; };