UNPKG

@covalent/core

Version:

Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.

8 lines (7 loc) 241 B
/** * Read file as UTF-8 text. Return string contents on read completion. * * @param file filename or File object * @returns promise that resolves to file content string */ export declare function readFile(file: File): Promise<string>;