UNPKG

@yandex/themekit

Version:

Build system of design-tokens for any platforms

8 lines (7 loc) 196 B
/** * Reads file content with one of available extensions (yaml, json or js). * * @param path - File path. * @returns Parsed content. */ export declare function readFile<T>(path: string): T;