backk-frontend-utils
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -1,1 +0,1 @@ | ||
export default function convertPlainToInstance(plainObject: any, Class: new () => any): any; | ||
export default function convertPlainToInstance<T>(plainObject: any, Class: new () => T): T; |
{ | ||
"name": "backk-frontend-utils", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Web frontend utils for Backk microservices", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
70653