UNPKG

@sinclair/typebox

Version:

Json Schema Type Builder with Static Type Resolution for TypeScript

11 lines (9 loc) 406 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExcludeFromTemplateLiteral = void 0; const exclude_1 = require("./exclude"); const index_1 = require("../template-literal/index"); function ExcludeFromTemplateLiteral(L, R) { return (0, exclude_1.Exclude)((0, index_1.TemplateLiteralToUnion)(L), R); } exports.ExcludeFromTemplateLiteral = ExcludeFromTemplateLiteral;