2021-03-31 17:14:56 +02:00
|
|
|
import templates from "./index.cjs"
|
2021-01-30 03:54:52 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* This file is simply an entrypoint for rollup - makes a lot of cjs problems go away
|
|
|
|
*/
|
|
|
|
export const isValid = templates.isValid
|
|
|
|
export const makePropSafe = templates.makePropSafe
|
|
|
|
export const getManifest = templates.getManifest
|
|
|
|
export const processStringSync = templates.processStringSync
|
|
|
|
export const processObjectSync = templates.processObjectSync
|
|
|
|
export const processString = templates.processString
|
|
|
|
export const processObject = templates.processObject
|