UNPKG

@tvkitchen/countertop

Version:

The entry point for developers who want to set up a TV Kitchen.

11 lines (10 loc) 441 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.ajv = void 0; const ajv_1 = __importDefault(require("ajv")); const ajv_keywords_1 = __importDefault(require("ajv-keywords")); exports.ajv = new ajv_1.default(); (0, ajv_keywords_1.default)(exports.ajv, 'instanceof');