UNPKG

psn-api

Version:

A well-tested library that lets you get trophy, user, and game data from the PlayStation Network.

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