Files
DefinitelyTyped/types/wellknown/index.d.ts
Paul van Brenk fb53f6e89d Update index.d.ts
fix linter issue
2017-06-29 13:32:52 -07:00

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;