sanity
Version:
Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches
11 lines (10 loc) • 317 B
text/typescript
export {defaultTemplateForType, defaultTemplatesForSchema, prepareTemplates} from './prepare'
export type {Serializeable} from './resolve'
export {
DEFAULT_MAX_RECURSION_DEPTH,
isBuilder,
resolveInitialObjectValue,
resolveInitialValue,
resolveInitialValueForType,
} from './resolve'
export * from './types'