mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Sigh. Move again
This commit is contained in:
parent
b2999147c6
commit
0d15be35ec
1
types/parse5/index.d.ts
vendored
1
types/parse5/index.d.ts
vendored
@ -5,7 +5,6 @@
|
||||
// TypeScript Version: 2.2
|
||||
|
||||
export interface Location {
|
||||
bogus: number;
|
||||
/**
|
||||
* One-based line index of the first character
|
||||
*/
|
||||
|
||||
1
types/tough-cookie/index.d.ts
vendored
1
types/tough-cookie/index.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user