UNPKG

binaryextensions

Version:

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

20 lines (19 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** List of binary file extensions */ var list = [ 'dds', 'eot', 'gif', 'ico', 'jar', 'jpeg', 'jpg', 'pdf', 'png', 'swf', 'tga', 'ttf', 'zip', ]; exports.default = list;