UNPKG

@mariolazzari/met

Version:

This package is a TypeScript based wrapper around the public REST APIs of *Metropolitan museum of Art* (New York).

8 lines (7 loc) 121 B
export declare type Result<T> = { success: true; data: T; } | { success: false; error: string; };