Sigh. Move again

This commit is contained in:
Nathan Shively-Sanders 2019-01-29 09:38:08 -08:00
parent b2999147c6
commit 0d15be35ec
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@
// TypeScript Version: 2.2
export interface Location {
bogus: number;
/**
* One-based line index of the first character
*/

View File

@ -67,6 +67,7 @@ export function permutePath(path: string): string[];
// region Cookie
export class Cookie {
bogus: number;
static parse(cookieString: string, options?: Cookie.ParseOptions): Cookie | undefined;
static fromJSON(strOrObj: string | object): Cookie | null;