From 38acabfa6089ab8ac469c12b5f55022fb96935e5 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 23 Aug 2021 16:46:06 -0300 Subject: added web vendors --- tiny-invariant/flow-typed/npm/rimraf_v2.x.x.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tiny-invariant/flow-typed/npm/rimraf_v2.x.x.js (limited to 'tiny-invariant/flow-typed/npm/rimraf_v2.x.x.js') diff --git a/tiny-invariant/flow-typed/npm/rimraf_v2.x.x.js b/tiny-invariant/flow-typed/npm/rimraf_v2.x.x.js new file mode 100644 index 0000000..13b8524 --- /dev/null +++ b/tiny-invariant/flow-typed/npm/rimraf_v2.x.x.js @@ -0,0 +1,18 @@ +// flow-typed signature: 1dff23447d5e18f5ac2b05aaec7cfb74 +// flow-typed version: a453e98ea2/rimraf_v2.x.x/flow_>=v0.25.0 + +declare module 'rimraf' { + declare type Options = { + maxBusyTries?: number, + emfileWait?: number, + glob?: boolean, + disableGlob?: boolean + }; + + declare type Callback = (err: ?Error, path: ?string) => void; + + declare module.exports: { + (f: string, opts?: Options | Callback, callback?: Callback): void; + sync(path: string, opts?: Options): void; + }; +} -- cgit v1.2.3