@ramirezcgn/fantasticon
Version:
Fork of fantasticon that implements a forked version of svgicons2svgfont that support more options than the original.
7 lines (6 loc) • 347 B
TypeScript
/// <reference types="node" />
import * as fs from 'fs';
export declare const readFile: typeof fs.readFile.__promisify__;
export declare const writeFile: typeof fs.writeFile.__promisify__;
export declare const stat: typeof fs.stat.__promisify__;
export declare const checkPath: (filepath: string, type?: 'directory' | 'file') => Promise<boolean>;