0.0.8 • Published 3 years ago

capacitor-simple-glob v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.2

3 years ago

0.0.8

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.1

3 years ago