mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 16:45:10 +08:00
8 lines
307 B
TypeScript
8 lines
307 B
TypeScript
// Type definitions for wellknown 0.5
|
|
// Project: https://github.com/mapbox/wellknown#readme
|
|
// Definitions by: Yair Tawil <https://github.com/yairtawil>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export function parse(input: string): {};
|
|
export function stringify(gj: {}): string;
|