{"ast":null,"code":"var isWebColor = function isWebColor(color) {\n  return color === 'currentcolor' || color === 'currentColor' || color === 'inherit' || color.indexOf('var(') === 0;\n};\n\nexport default isWebColor;","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/node_modules/react-native-web/src/modules/isWebColor/index.js"],"names":["isWebColor","color","indexOf"],"mappings":"AASA,IAAMA,UAAU,GAAG,SAAbA,UAAa,CAACC,KAAD;AAAA,SACjBA,KAAK,KAAK,cAAV,IACAA,KAAK,KAAK,cADV,IAEAA,KAAK,KAAK,SAFV,IAGAA,KAAK,CAACC,OAAN,CAAc,MAAd,MAA0B,CAJT;AAAA,CAAnB;;AAMA,eAAeF,UAAf","sourcesContent":["/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * @flow\n */\n\nconst isWebColor = (color: string): boolean =>\n  color === 'currentcolor' ||\n  color === 'currentColor' ||\n  color === 'inherit' ||\n  color.indexOf('var(') === 0;\n\nexport default isWebColor;\n"]},"metadata":{},"sourceType":"module"}