UNPKG

@mariolazzari/met

Version:

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

9 lines (6 loc) 184 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./met.cjs.production.min.js') } else { module.exports = require('./met.cjs.development.js') }