UNPKG

@wkovacs64/add-icon

Version:

CLI tool to download and transform icons from Iconify

7 lines (6 loc) 239 B
/** * Imports a module file (JavaScript or TypeScript) by processing it with esbuild * @param filePath - Path to module file (JS or TS) * @returns Module exports */ export declare function importModule(filePath: string): Promise<any>;