UNPKG

dilswer

Version:

Blazingly fast data validation library with TypeScript integration.

14 lines (12 loc) 443 B
var __defProp = Object.defineProperty; var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value; var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value); // src/data-types/type-utils.ts var Static = class { constructor() { __publicField(this, "_t"); } }; export { Static };