n-file-directory"> supports-preserve-symlinks-flag 30f7226d9a first commit vor 2 Jahren tailwind-color-palette 30f7226d9a first commit vor 2 Jahren tailwindcss 30f7226d9a first commit vor 2 Jahren thenify 30f7226d9a first commit vor 2 Jahren thenify-all 30f7226d9a first commit vor 2 Jahren to-regex-range 30f7226d9a first commit vor 2 Jahren tr46 30f7226d9a first commit vor 2 Jahren ts-interface-checker 30f7226d9a first commit vor 2 Jahren uglify-js 30f7226d9a first commit vor 2 Jahren underscore 30f7226d9a first commit vor 2 Jahren upper-case 30f7226d9a first commit vor 2 Jahren util-deprecate 30f7226d9a first commit vor 2 Jahren valid-data-url 30f7226d9a first commit vor 2 Jahren web-resource-inliner 30f7226d9a first commit vor 2 Jahren webidl-conversions 30f7226d9a first commit vor 2 Jahren whatwg-url 30f7226d9a first commit vor 2 Jahren wrap-ansi 30f7226d9a first commit vor 2 Jahren wrappy 30f7226d9a first commit vor 2 Jahren y18n 30f7226d9a first commit vor 2 Jahren yallist 30f7226d9a first commit vor 2 Jahren yaml 30f7226d9a first commit vor 2 Jahren yargs 30f7226d9a first commit vor 2 Jahren yargs-parser 30f7226d9a first commit vor 2 Jahren .yarn-integrity 30f7226d9a first commit vor 2 Jahren tum/tmt_learning - Gogs: Simplico Git Service

Bez popisu

index.js 239B

12345678
  1. 'use strict';
  2. const path = require('path');
  3. const binaryExtensions = require('binary-extensions');
  4. const extensions = new Set(binaryExtensions);
  5. module.exports = filePath => extensions.has(path.extname(filePath).slice(1).toLowerCase());