@fgv/ts-utils
Advanced tools
Comparing version 2.1.1-alpha.0 to 2.1.1-alpha.1
import * as Conversion from './packlets/conversion'; | ||
import * as Validation from './packlets/validation'; | ||
import { Converter, Converters } from './packlets/conversion'; | ||
import { Converter, Converters, ObjectConverter } from './packlets/conversion'; | ||
import { Validator, Validators } from './packlets/validation'; | ||
export * from './packlets/base'; | ||
export { Conversion, Converter, Converters, Validation, Validator, Validators }; | ||
export { Conversion, Converter, Converters, ObjectConverter, Validation, Validator, Validators }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -50,3 +50,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Validators = exports.Validation = exports.Converters = exports.Conversion = void 0; | ||
exports.Validators = exports.Validation = exports.ObjectConverter = exports.Converters = exports.Conversion = void 0; | ||
const Conversion = __importStar(require("./packlets/conversion")); | ||
@@ -58,2 +58,3 @@ exports.Conversion = Conversion; | ||
Object.defineProperty(exports, "Converters", { enumerable: true, get: function () { return conversion_1.Converters; } }); | ||
Object.defineProperty(exports, "ObjectConverter", { enumerable: true, get: function () { return conversion_1.ObjectConverter; } }); | ||
const validation_1 = require("./packlets/validation"); | ||
@@ -60,0 +61,0 @@ Object.defineProperty(exports, "Validators", { enumerable: true, get: function () { return validation_1.Validators; } }); |
{ | ||
"name": "@fgv/ts-utils", | ||
"version": "2.1.1-alpha.0", | ||
"version": "2.1.1-alpha.1", | ||
"description": "Assorted Typescript Utilities", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
}, | ||
"homepage": "https://github.com/ErikFortune/fgv#readme", | ||
"homepage": "https://github.com/ErikFortune/fgv/tree/main/libraries/ts-utils#readme", | ||
"devDependencies": { | ||
@@ -32,0 +32,0 @@ "@jest/expect-utils": "^29.7.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
674630
8250