@iyio/common
Advanced tools
Comparing version 0.0.24 to 0.0.25
{ | ||
"name": "@iyio/common", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -64,2 +64,3 @@ export * from './lib/array'; | ||
export * from './lib/validation'; | ||
export * from './lib/window-size-lib'; | ||
export * from './lib/_types.common'; |
@@ -67,3 +67,4 @@ "use strict"; | ||
tslib_1.__exportStar(require("./lib/validation"), exports); | ||
tslib_1.__exportStar(require("./lib/window-size-lib"), exports); | ||
tslib_1.__exportStar(require("./lib/_types.common"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -15,2 +15,6 @@ export interface LatLng { | ||
} | ||
export interface Size { | ||
width: number; | ||
height: number; | ||
} | ||
export declare type DisposeCallback = () => void; | ||
@@ -17,0 +21,0 @@ export declare type SideEffectCallback = ((success: boolean) => void | Promise<void>) | Promise<void>; |
Sorry, the diff of this file is not supported yet
464969
212
7591