UNPKG

binaryextensions

Version:

A package that contains an array of every single file extension there is for binary files

4 lines 124 B
/** List of binary file extensions */ declare const list: string[]; export default list; //# sourceMappingURL=index.d.ts.map