All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es.refractor.registration.mjs Maven / Gradle / Ivy

There is a newer version: 0.99.2
Show newest version
import JSONSchemaElement from "../elements/JSONSchema.mjs";
import LinkDescriptionElement from "../elements/LinkDescription.mjs";
import { createRefractor } from "./index.mjs"; // register refractors specific to element types
JSONSchemaElement.refract = createRefractor(['visitors', 'document', 'objects', 'JSONSchema', '$visitor']);
LinkDescriptionElement.refract = createRefractor(['visitors', 'document', 'objects', 'LinkDescription', '$visitor']);
export { JSONSchemaElement, LinkDescriptionElement };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy