0.0.8 • Published 4 years ago

capacitor-simple-glob v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

capacitor-simple-glob

A simple package glob for capacitor framework

import FS from "capacitor-fs";
declare type Options = {
    fs: FS;
    rootDir?: string;
    path: string;
    gitignore?: boolean;
    exclude?: string[];
    pattern?: string | string[];
    nobrace?: boolean;
    noglobstar?: boolean;
    dot?: boolean;
    noext?: boolean;
    noname?: boolean;
    nonull?: boolean;
    matchBase?: boolean;
    nocomment?: boolean;
    nonegate?: boolean;
    flipNegate?: boolean;
};
export default function glob(options: Options): Promise<string[]>;
export {};
0.0.3

4 years ago

0.0.2

4 years ago

0.0.8

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.1

4 years ago