Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/675f8f31b6382a4f788b098fea03a683.json

1 line
440 B
JSON
Raw Normal View History

2020-12-31 16:18:50 -04:00
{"ast":null,"code":"/**\n * Copyright 2013-2014, Facebook, Inc.\n * All rights reserved.\n * https://github.com/facebook/react/blob/2aeb8a2a6beb00617a4217f7f8284924fa2ad819/src/vendor/core/hyphenateStyleName.js\n */\nimport hyphenate from './hyphenate';\nvar msPattern = /^ms-/;\nexport default function hyphenateStyleName(string) {\n return hyphenate(string).replace(msPattern, '-ms-');\n}","map":null,"metadata":{},"sourceType":"module"}