@iyio/common
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@iyio/common", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -24,1 +24,4 @@ export interface LatLng { | ||
export declare type StringOrEmpty = string | null | undefined; | ||
export interface ISubscription { | ||
unsubscribe(): void; | ||
} |
93049
68
1566