UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

4 lines (3 loc) 213 B
export declare const join: (...args: (string | undefined)[]) => string; export declare const prefix: (obj: object, p: string) => {}; export declare function getKeyPath(path: string): [string, string | undefined];