@kiwi-lib/utils
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -12,5 +12,5 @@ import Joi, { BasicType, Types } from 'joi'; | ||
default(defaultValue: BasicType): JoiSchemaBuilder; | ||
_customOptionsAppliers: Function<Joi.AnySchema, Joi.AnySchema>[]; | ||
private _customOptionsAppliers; | ||
customOptionsAppliers(customOptionsAppliers: Function<Joi.AnySchema, Joi.AnySchema>[]): JoiSchemaBuilder; | ||
build(): Joi.AnySchema; | ||
} |
{ | ||
"name": "@kiwi-lib/utils", | ||
"version": "0.1.1", | ||
"main": "src/index.ts", | ||
"version": "0.1.2", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
@@ -6,0 +6,0 @@ "repository": "git@github.com:kiwi-lib/utils.git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
39803
27
154