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) 251 B
export * from './Met'; export * from './types/DepartmentsResponse'; export * from './types/Result'; export * from './types/SearchRequest'; export * from './types/SearchResponse'; export * from './types/Department'; export * from './types/ObjectData';