{"version":3,"sources":["node_modules\\react-native-web\\dist\\components\\Touchable\\ensurePositiveDelayProps.js"],"names":["invariant","require","ensurePositiveDelayProps","props","delayPressIn","delayPressOut","delayLongPress","module","exports"],"mappings":";;;;;;;;;;;;AAYA;;AAEA,GAAIA,WAAUC,QAAQ,oBAAR,CAAd;;AAEA,GAAIC,0BAAyB,QAASA,yBAAT,CAAkCC,KAAlC,CAAwC;AACrEH;AACA,EAAEG,MAAMC,YAAN,CAAmB,CAAnB,EAAsBD,MAAME,aAAN,CAAoB,CAA1C,EAA6CF,MAAMG,cAAN,CAAqB,CAApE,CADA;AAEA,4DAFA;;AAIC,CALD;;AAOAC,OAAOC,OAAP,CAAeN,wBAAf","file":"ensurePositiveDelayProps.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n'use strict';\n\nvar invariant=require('fbjs/lib/invariant');\n\nvar ensurePositiveDelayProps=function ensurePositiveDelayProps(props){\ninvariant(\n!(props.delayPressIn<0||props.delayPressOut<0||props.delayLongPress<0),\n'Touchable components cannot have negative delay properties');\n\n};\n\nmodule.exports=ensurePositiveDelayProps;"]}