From 3be6838993ff47995268e539fc990591aa4d3322 Mon Sep 17 00:00:00 2001 From: thednp Date: Tue, 23 Jun 2020 22:00:15 +0000 Subject: [PATCH] --- src/process/process.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/process/process.js 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