UNPKG

ng-packery

Version:
11 lines (7 loc) 213 B
'use strict'; import path from 'path'; // Filters out non .js files. Prevents // accidental inclusion of possible hidden files export default function(name) { return /(\.(js)$)/i.test(path.extname(name)); };