|
@@ -3,4 +3,4 @@ export { InputParser } from './helpers/InputParser'
|
|
|
export { getInputs, getInputsLocation } from './helpers/inputs'
|
|
|
export { isReference, isSingle } from './helpers/propertyType'
|
|
|
export { getSchemasLocation } from './helpers/schemas'
|
|
|
-export * as initializeContentDir from './helpers/initialize'
|
|
|
+export { default as initializeContentDir } from './helpers/initialize'
|