UNPKG

heroku-debug

Version:
10 lines (7 loc) 146 B
'use strict' class Base { getJSON (key) { return this.get(key).then(raw => raw ? JSON.parse(raw) : undefined) } } module.exports = Base