-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathoffline-plugin_vx.x.x.js
123 lines (106 loc) · 3.61 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
// flow-typed signature: e699694e5795eb591b5aafe663c6d528
// flow-typed version: <<STUB>>/offline-plugin_v^4.8.4/flow_v0.56.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/lib/app-cache' {
declare module.exports: any;
}
declare module 'offline-plugin/lib/index' {
declare module.exports: any;
}
declare module 'offline-plugin/lib/loaders/fonts-css' {
declare module.exports: any;
}
declare module 'offline-plugin/lib/loaders/index' {
declare module.exports: any;
}
declare module 'offline-plugin/lib/misc/async-waituntil' {
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/empty-entry' {
declare module.exports: any;
}
declare module 'offline-plugin/tpls/runtime-template' {
declare module.exports: any;
}
// Filename aliases
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/loaders/fonts-css.js' {
declare module.exports: $Exports<'offline-plugin/lib/loaders/fonts-css'>;
}
declare module 'offline-plugin/lib/loaders/index.js' {
declare module.exports: $Exports<'offline-plugin/lib/loaders/index'>;
}
declare module 'offline-plugin/lib/misc/async-waituntil.js' {
declare module.exports: $Exports<'offline-plugin/lib/misc/async-waituntil'>;
}
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/empty-entry.js' {
declare module.exports: $Exports<'offline-plugin/tpls/empty-entry'>;
}
declare module 'offline-plugin/tpls/runtime-template.js' {
declare module.exports: $Exports<'offline-plugin/tpls/runtime-template'>;
}