Comparing version 1.8.1 to 1.8.2
@@ -173,3 +173,3 @@ /** | ||
export declare function morphism<Destination, Source = any, TSchema extends Schema<Destination, Source> = Schema<Destination, Source>>(schema: TSchema, data: Source): ResultItem<TSchema>; | ||
export declare function morphism<TSchema extends Schema>(schema: TSchema): Mapper<TSchema>; | ||
export declare function morphism<Destination, Source = any, TSchema extends Schema<Destination, Source> = Schema<Destination, Source>>(schema: TSchema): Mapper<TSchema>; | ||
export declare function morphism<TSchema extends Schema, TDestination>(schema: TSchema, items: null, type: Constructable<TDestination>): Mapper<TSchema, TDestination>; | ||
@@ -176,0 +176,0 @@ export declare function morphism<TSchema extends Schema, Target>(schema: TSchema, items: SourceFromSchema<TSchema>, type: Constructable<Target>): Target; |
{ | ||
"name": "morphism", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Library to transform any Object / JSON to JavaScript Object Literals, and ES6 Class Objects. Help you scale your data processing", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/nobrainr/morphism", |
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
68737