UNPKG

binaryextensions

Version:

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

18 lines (17 loc) 180 B
/** List of binary file extensions */ const list = [ 'dds', 'eot', 'gif', 'ico', 'jar', 'jpeg', 'jpg', 'pdf', 'png', 'swf', 'tga', 'ttf', 'zip', ] export default list