@mmit/validate
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -1,4 +0,2 @@ | ||
export * from './exception/ArgumentError'; | ||
export * from './validate/messages'; | ||
export * from './validate/pattern'; | ||
export * from './validate/validate'; | ||
export * from './exception'; | ||
export * from './validate'; |
"use strict"; | ||
// created from 'create-ts-index' | ||
function __export(m) { | ||
@@ -6,6 +7,3 @@ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./exception/ArgumentError")); | ||
__export(require("./validate/messages")); | ||
__export(require("./validate/pattern")); | ||
__export(require("./validate/validate")); | ||
__export(require("./validate")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@mmit/validate", | ||
"author": "Mike Mitterer", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Object validation for/in TS", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -1,4 +0,4 @@ | ||
export * from './exception/ArgumentError'; | ||
export * from './validate/messages'; | ||
export * from './validate/pattern'; | ||
export * from './validate/validate'; | ||
// created from 'create-ts-index' | ||
export * from './exception'; | ||
export * from './validate'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1349215
49
1218