UNPKG

polymer-project-config

Version:

reads, validates, and shapes your polymer.json project configuration

8 lines (5 loc) 138 B
declare module 'minimatch-all' { function minimatchAll(filePath: string, globs: string[]) : boolean; export = minimatchAll; }