DefinitelyTyped/types/contentful-resolve-response/index.d.ts
2017-03-24 14:27:52 -07:00

9 lines
345 B
TypeScript

// Type definitions for contentful-resolve-response v0.1.2
// Project: https://github.com/contentful/contentful-resolve-response
// Definitions by: Anton Karsten <https://github.com/antonkarsten>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function resolveResponse(response: any): any;
export = resolveResponse;