main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
450 bytes
|
Line | |
---|
1 | "use strict";
|
---|
2 |
|
---|
3 | Object.defineProperty(exports, "__esModule", {
|
---|
4 | value: true
|
---|
5 | });
|
---|
6 | exports["default"] = hyphenateProperty;
|
---|
7 |
|
---|
8 | var _hyphenateStyleName = require("hyphenate-style-name");
|
---|
9 |
|
---|
10 | var _hyphenateStyleName2 = _interopRequireDefault(_hyphenateStyleName);
|
---|
11 |
|
---|
12 | function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
---|
13 |
|
---|
14 | function hyphenateProperty(property) {
|
---|
15 | return (0, _hyphenateStyleName2["default"])(property);
|
---|
16 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.