|
| 1 | +// flow-typed signature: 6c4879fffa15bd87a84e50e44c654266 |
| 2 | +// flow-typed version: <<STUB>>/apollo-cache-inmemory_v^1.2.5/flow_v0.76.0 |
| 3 | + |
| 4 | +/** |
| 5 | + * This is an autogenerated libdef stub for: |
| 6 | + * |
| 7 | + * 'apollo-cache-inmemory' |
| 8 | + * |
| 9 | + * Fill this stub out by replacing all the `any` types. |
| 10 | + * |
| 11 | + * Once filled out, we encourage you to share your work with the |
| 12 | + * community by sending a pull request to: |
| 13 | + * https://github.com/flowtype/flow-typed |
| 14 | + */ |
| 15 | + |
| 16 | +declare module 'apollo-cache-inmemory' { |
| 17 | + declare module.exports: any; |
| 18 | +} |
| 19 | + |
| 20 | +/** |
| 21 | + * We include stubs for each file inside this npm package in case you need to |
| 22 | + * require those files directly. Feel free to delete any files that aren't |
| 23 | + * needed. |
| 24 | + */ |
| 25 | +declare module 'apollo-cache-inmemory/lib/bundle.umd' { |
| 26 | + declare module.exports: any; |
| 27 | +} |
| 28 | + |
| 29 | +declare module 'apollo-cache-inmemory/lib/fragmentMatcher' { |
| 30 | + declare module.exports: any; |
| 31 | +} |
| 32 | + |
| 33 | +declare module 'apollo-cache-inmemory/lib/fragmentMatcherIntrospectionQuery' { |
| 34 | + declare module.exports: any; |
| 35 | +} |
| 36 | + |
| 37 | +declare module 'apollo-cache-inmemory/lib/index' { |
| 38 | + declare module.exports: any; |
| 39 | +} |
| 40 | + |
| 41 | +declare module 'apollo-cache-inmemory/lib/inMemoryCache' { |
| 42 | + declare module.exports: any; |
| 43 | +} |
| 44 | + |
| 45 | +declare module 'apollo-cache-inmemory/lib/mapCache' { |
| 46 | + declare module.exports: any; |
| 47 | +} |
| 48 | + |
| 49 | +declare module 'apollo-cache-inmemory/lib/objectCache' { |
| 50 | + declare module.exports: any; |
| 51 | +} |
| 52 | + |
| 53 | +declare module 'apollo-cache-inmemory/lib/readFromStore' { |
| 54 | + declare module.exports: any; |
| 55 | +} |
| 56 | + |
| 57 | +declare module 'apollo-cache-inmemory/lib/recordingCache' { |
| 58 | + declare module.exports: any; |
| 59 | +} |
| 60 | + |
| 61 | +declare module 'apollo-cache-inmemory/lib/types' { |
| 62 | + declare module.exports: any; |
| 63 | +} |
| 64 | + |
| 65 | +declare module 'apollo-cache-inmemory/lib/writeToStore' { |
| 66 | + declare module.exports: any; |
| 67 | +} |
| 68 | + |
| 69 | +declare module 'apollo-cache-inmemory/rollup.config' { |
| 70 | + declare module.exports: any; |
| 71 | +} |
| 72 | + |
| 73 | +// Filename aliases |
| 74 | +declare module 'apollo-cache-inmemory/lib/bundle.umd.js' { |
| 75 | + declare module.exports: $Exports<'apollo-cache-inmemory/lib/bundle.umd'>; |
| 76 | +} |
| 77 | +declare module 'apollo-cache-inmemory/lib/fragmentMatcher.js' { |
| 78 | + declare module.exports: $Exports<'apollo-cache-inmemory/lib/fragmentMatcher'>; |
| 79 | +} |
| 80 | +declare module 'apollo-cache-inmemory/lib/fragmentMatcherIntrospectionQuery.js' { |
| 81 | + declare module.exports: $Exports<'apollo-cache-inmemory/lib/fragmentMatcherIntrospectionQuery'>; |
| 82 | +} |
| 83 | +declare module 'apollo-cache-inmemory/lib/index.js' { |
| 84 | + declare module.exports: $Exports<'apollo-cache-inmemory/lib/index'>; |
| 85 | +} |
| 86 | +declare module 'apollo-cache-inmemory/lib/inMemoryCache.js' { |
| 87 | + declare module.exports: $Exports<'apollo-cache-inmemory/lib/inMemoryCache'>; |
| 88 | +} |
| 89 | +declare module 'apollo-cache-inmemory/lib/mapCache.js' { |
| 90 | + declare module.exports: $Exports<'apollo-cache-inmemory/lib/mapCache'>; |
| 91 | +} |
| 92 | +declare module 'apollo-cache-inmemory/lib/objectCache.js' { |
| 93 | + declare module.exports: $Exports<'apollo-cache-inmemory/lib/objectCache'>; |
| 94 | +} |
| 95 | +declare module 'apollo-cache-inmemory/lib/readFromStore.js' { |
| 96 | + declare module.exports: $Exports<'apollo-cache-inmemory/lib/readFromStore'>; |
| 97 | +} |
| 98 | +declare module 'apollo-cache-inmemory/lib/recordingCache.js' { |
| 99 | + declare module.exports: $Exports<'apollo-cache-inmemory/lib/recordingCache'>; |
| 100 | +} |
| 101 | +declare module 'apollo-cache-inmemory/lib/types.js' { |
| 102 | + declare module.exports: $Exports<'apollo-cache-inmemory/lib/types'>; |
| 103 | +} |
| 104 | +declare module 'apollo-cache-inmemory/lib/writeToStore.js' { |
| 105 | + declare module.exports: $Exports<'apollo-cache-inmemory/lib/writeToStore'>; |
| 106 | +} |
| 107 | +declare module 'apollo-cache-inmemory/rollup.config.js' { |
| 108 | + declare module.exports: $Exports<'apollo-cache-inmemory/rollup.config'>; |
| 109 | +} |
0 commit comments