UNPKG

repoweaver

Version:

A GitHub App that skillfully weaves multiple templates together to create and update repositories with intelligent merge strategies

1 lines 998 B
{"ast":null,"code":"\"use strict\";\n\nexport function getLabel(options, fallback) {\n return options.label !== undefined ? options.label : options.title !== undefined ? options.title : fallback;\n}","map":{"version":3,"names":["getLabel","options","fallback","label","undefined","title"],"sources":["/Users/pmouli/Documents/GitHub.nosync/boots-strapper/mobile/node_modules/@react-navigation/elements/src/Label/getLabel.tsx"],"sourcesContent":["export function getLabel(\n options: { label?: string; title?: string },\n fallback: string\n): string {\n return options.label !== undefined\n ? options.label\n : options.title !== undefined\n ? options.title\n : fallback;\n}\n"],"mappings":";;AAAA,OAAO,SAASA,QAAQA,CACtBC,OAA2C,EAC3CC,QAAgB,EACR;EACR,OAAOD,OAAO,CAACE,KAAK,KAAKC,SAAS,GAC9BH,OAAO,CAACE,KAAK,GACbF,OAAO,CAACI,KAAK,KAAKD,SAAS,GACzBH,OAAO,CAACI,KAAK,GACbH,QAAQ;AAChB","ignoreList":[]},"metadata":{"hasCjsExports":false},"sourceType":"module","externalDependencies":[]}