UNPKG

openharmony-iconfont-cli

Version:

在openharmony框架中使用iconfont图标,不支持多色彩,依赖字体。

4 lines (3 loc) 145 B
/// <reference types="node" /> import fs from "fs"; export declare function downloadFileAsync(uri: string, dest: fs.PathLike): Promise<unknown>;