repoweaver
Version:
A GitHub App that skillfully weaves multiple templates together to create and update repositories with intelligent merge strategies
1 lines • 1.06 kB
JSON
{"ast":null,"code":"\"use strict\";\nexport function Screen(_) {\n return null;\n}","map":{"version":3,"names":["Screen","_"],"sources":["/Users/pmouli/Documents/GitHub.nosync/boots-strapper/mobile/node_modules/@react-navigation/core/src/Screen.tsx"],"sourcesContent":["import type { NavigationState, ParamListBase } from '@react-navigation/routers';\n\nimport type { EventMapBase, RouteConfig } from './types';\n\n/**\n * Empty component used for specifying route configuration.\n */\nexport function Screen<\n ParamList extends ParamListBase,\n RouteName extends keyof ParamList,\n State extends NavigationState,\n ScreenOptions extends {},\n EventMap extends EventMapBase,\n NavigationProp,\n>(\n _: RouteConfig<\n ParamList,\n RouteName,\n State,\n ScreenOptions,\n EventMap,\n NavigationProp\n >\n) {\n /* istanbul ignore next */\n return null;\n}\n"],"mappings":";AAOA,OAAO,SAASA,MAAMA,CAQpBC,CAOC,EACD;EAEA,OAAO,IAAI;AACb","ignoreList":[]},"metadata":{"hasCjsExports":false},"sourceType":"module","externalDependencies":[]}