@sinclair/typebox
Version:
Json Schema Type Builder with Static Type Resolution for TypeScript
10 lines (8 loc) • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExcludeFromTemplateLiteral = ExcludeFromTemplateLiteral;
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);
}