{"ast":null,"code":"import normalizeColor from 'normalize-css-color';\n\nvar processColor = function processColor(color) {\n  if (color === undefined || color === null) {\n    return color;\n  }\n\n  var int32Color = normalizeColor(color);\n\n  if (int32Color === undefined || int32Color === null) {\n    return undefined;\n  }\n\n  int32Color = (int32Color << 24 | int32Color >>> 8) >>> 0;\n  return int32Color;\n};\n\nexport default processColor;","map":{"version":3,"sources":["/Users/nishan/Desktop/oss/responsive-breakpoints/example/node_modules/react-native-web/dist/exports/processColor/index.js"],"names":["normalizeColor","processColor","color","undefined","int32Color"],"mappings":"AASA,OAAOA,cAAP,MAA2B,qBAA3B;;AAEA,IAAIC,YAAY,GAAG,SAASA,YAAT,CAAsBC,KAAtB,EAA6B;AAC9C,MAAIA,KAAK,KAAKC,SAAV,IAAuBD,KAAK,KAAK,IAArC,EAA2C;AACzC,WAAOA,KAAP;AACD;;AAGD,MAAIE,UAAU,GAAGJ,cAAc,CAACE,KAAD,CAA/B;;AAEA,MAAIE,UAAU,KAAKD,SAAf,IAA4BC,UAAU,KAAK,IAA/C,EAAqD;AACnD,WAAOD,SAAP;AACD;;AAEDC,EAAAA,UAAU,GAAG,CAACA,UAAU,IAAI,EAAd,GAAmBA,UAAU,KAAK,CAAnC,MAA0C,CAAvD;AACA,SAAOA,UAAP;AACD,CAdD;;AAgBA,eAAeH,YAAf","sourcesContent":["/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Facebook, Inc. and its affiliates.\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 * \n */\nimport normalizeColor from 'normalize-css-color';\n\nvar processColor = function processColor(color) {\n  if (color === undefined || color === null) {\n    return color;\n  } // convert number and hex\n\n\n  var int32Color = normalizeColor(color);\n\n  if (int32Color === undefined || int32Color === null) {\n    return undefined;\n  }\n\n  int32Color = (int32Color << 24 | int32Color >>> 8) >>> 0;\n  return int32Color;\n};\n\nexport default processColor;"]},"metadata":{},"sourceType":"module"}