UNPKG

htmlgaga

Version:

Manage non-SPA pages with webpack and React.js

6 lines (5 loc) 180 B
interface FilterFunc { (path: string): boolean; } declare function collect(root?: string, filter?: FilterFunc, acc?: string[]): Promise<string[]>; export default collect;