common-types
Advanced tools
Comparing version 1.3.9 to 1.3.10
@@ -25,2 +25,6 @@ /** | ||
export declare type epoch = number; | ||
/** a string representing a URL resource */ | ||
export declare type url = string; | ||
/** a string representing a URI resource */ | ||
export declare type uri = string; | ||
/** foreign key reference */ | ||
@@ -27,0 +31,0 @@ export declare type fk = string; |
{ | ||
"name": "common-types", | ||
"version": "1.3.9", | ||
"version": "1.3.10", | ||
"description": "Common types not included in Typescript", | ||
@@ -5,0 +5,0 @@ "main": "lib/common-types.js", |
Sorry, the diff of this file is not supported yet
19040
441