UNPKG

@dossierhq/core

Version:

The core Dossier library used by clients and server alike, used to interact with schema and entities directly, as well as remotely through a client.

9 lines 284 B
/// <reference types="./PublishedSchema.d.ts" /> import { BaseSchema } from './BaseSchema.js'; import {} from './SchemaSpecification.js'; export class PublishedSchema extends BaseSchema { constructor(spec) { super(spec); } } //# sourceMappingURL=PublishedSchema.js.map