UNPKG

root-api

Version:

Organize your API with flexible customization in a breeze. No dependencies.

8 lines 199 B
module.exports = function(...args) { return (function(prop) { if(prop in this) { return this[prop]; } throw new Error("Property <" + prop + "> not found in data"); }).bind(this, ...args) }