sharyn
Version:
This is an umbrella package that includes the following packages:
14 lines (9 loc) • 300 B
TypeScript
// This file is auto-generated, modify the source in /build
import clearCaches from './clearcaches'
import getFormData from './getformdata'
export { clearCaches, getFormData }
declare const _default: {
clearCaches: typeof clearCaches
getFormData: typeof getFormData
}
export default _default