UNPKG

@mariolazzari/met

Version:

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

10 lines (9 loc) 128 B
export type Result<T> = | { success: true; data: T; } | { success: false; error: string; };