Fixed Padding index.d.ts 300

This commit is contained in:
Adam Wolfe
2018-09-23 08:52:35 -07:00
parent 29853882f2
commit 598cd7d63c

View File

@@ -298,7 +298,6 @@ export class Unit {
}
export class URI {
static fromString(str: string): URI;
static fromObject(json: object): URI;
static isValid(data: boolean): URI;