UNPKG

@userlist/push

Version:
10 lines (8 loc) 229 B
export default class Resource { constructor(attributes = {}) { if (attributes == null || typeof attributes !== 'object') { throw 'Missing required attributes object'; } Object.assign(this, attributes); } }