forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoffline-plugin_vx.x.x.js
102 lines (88 loc) · 2.94 KB
/
offline-plugin_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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
// flow-typed signature: 3485a540ad1e4b77448643b033c6b492
// flow-typed version: <<STUB>>/offline-plugin_v^3.4.2/flow_v0.33.0
/**
* This is an autogenerated libdef stub for:
*
* 'offline-plugin'
*
* 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 'offline-plugin' {
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 'offline-plugin/empty-entry' {
declare module.exports: any;
}
declare module 'offline-plugin/lib/app-cache' {
declare module.exports: any;
}
declare module 'offline-plugin/lib/index' {
declare module.exports: any;
}
declare module 'offline-plugin/lib/misc/runtime-loader' {
declare module.exports: any;
}
declare module 'offline-plugin/lib/misc/sw-loader' {
declare module.exports: any;
}
declare module 'offline-plugin/lib/misc/sw-polyfill' {
declare module.exports: any;
}
declare module 'offline-plugin/lib/misc/sw-template' {
declare module.exports: any;
}
declare module 'offline-plugin/lib/misc/utils' {
declare module.exports: any;
}
declare module 'offline-plugin/lib/service-worker' {
declare module.exports: any;
}
declare module 'offline-plugin/runtime' {
declare module.exports: any;
}
declare module 'offline-plugin/tpls/runtime-template' {
declare module.exports: any;
}
// Filename aliases
declare module 'offline-plugin/empty-entry.js' {
declare module.exports: $Exports<'offline-plugin/empty-entry'>;
}
declare module 'offline-plugin/lib/app-cache.js' {
declare module.exports: $Exports<'offline-plugin/lib/app-cache'>;
}
declare module 'offline-plugin/lib/index.js' {
declare module.exports: $Exports<'offline-plugin/lib/index'>;
}
declare module 'offline-plugin/lib/misc/runtime-loader.js' {
declare module.exports: $Exports<'offline-plugin/lib/misc/runtime-loader'>;
}
declare module 'offline-plugin/lib/misc/sw-loader.js' {
declare module.exports: $Exports<'offline-plugin/lib/misc/sw-loader'>;
}
declare module 'offline-plugin/lib/misc/sw-polyfill.js' {
declare module.exports: $Exports<'offline-plugin/lib/misc/sw-polyfill'>;
}
declare module 'offline-plugin/lib/misc/sw-template.js' {
declare module.exports: $Exports<'offline-plugin/lib/misc/sw-template'>;
}
declare module 'offline-plugin/lib/misc/utils.js' {
declare module.exports: $Exports<'offline-plugin/lib/misc/utils'>;
}
declare module 'offline-plugin/lib/service-worker.js' {
declare module.exports: $Exports<'offline-plugin/lib/service-worker'>;
}
declare module 'offline-plugin/runtime.js' {
declare module.exports: $Exports<'offline-plugin/runtime'>;
}
declare module 'offline-plugin/tpls/runtime-template.js' {
declare module.exports: $Exports<'offline-plugin/tpls/runtime-template'>;
}