UNPKG

extract-file-icon

Version:
4 lines (3 loc) 136 B
/// <reference types="node" /> declare const getFileIcon: (path: string, size?: 16 | 32 | 64 | 256) => Buffer; export = getFileIcon;