diff --git a/src/process/process.js b/src/process/process.js new file mode 100644 index 0000000..468b563 --- /dev/null +++ b/src/process/process.js @@ -0,0 +1,11 @@ +import getInlineStyle from './getInlineStyle.js' +import getStyleForProperty from './getStyleForProperty.js' +import getStartValues from './getStartValues.js' +import prepareObject from './prepareObject.js' + +export default { + getInlineStyle, + getStyleForProperty, + getStartValues, + prepareObject +} \ No newline at end of file