// flow-typed signature: 888162d35c5fa47c9c59847ba9874bd9 // flow-typed version: <>/emoji-name-map_v1.1.2/flow_v0.49.1 /** * This is an autogenerated libdef stub for: * * 'emoji-name-map' * * 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 'emoji-name-map' { 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 'emoji-name-map/lib/index' { declare module.exports: any; } // Filename aliases declare module 'emoji-name-map/lib/index.js' { declare module.exports: $Exports<'emoji-name-map/lib/index'>; }