-
Notifications
You must be signed in to change notification settings - Fork 2.7k
/
Copy pathrollup-plugin-strip_vx.x.x.js
39 lines (34 loc) · 1.19 KB
/
rollup-plugin-strip_vx.x.x.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// flow-typed signature: 1b2b0207d8cf4f7e523487ef9b7b02b9
// flow-typed version: <<STUB>>/rollup-plugin-strip_v^1.2.0/flow_v0.85.0
/**
* This is an autogenerated libdef stub for:
*
* 'rollup-plugin-strip'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'rollup-plugin-strip' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'rollup-plugin-strip/dist/rollup-plugin-strip.cjs' {
declare module.exports: any;
}
declare module 'rollup-plugin-strip/dist/rollup-plugin-strip.es' {
declare module.exports: any;
}
// Filename aliases
declare module 'rollup-plugin-strip/dist/rollup-plugin-strip.cjs.js' {
declare module.exports: $Exports<'rollup-plugin-strip/dist/rollup-plugin-strip.cjs'>;
}
declare module 'rollup-plugin-strip/dist/rollup-plugin-strip.es.js' {
declare module.exports: $Exports<'rollup-plugin-strip/dist/rollup-plugin-strip.es'>;
}