UNPKG

supersaas-api-client

Version:

Online bookings/appointments/calendars in NodeJS using the SuperSaaS scheduling platform.

14 lines (11 loc) 276 B
(function() { const Resource = function Resource(attributes) { if (!attributes) return; for (const key in attributes) { if (attributes.hasOwnProperty(key)) { this[key] = attributes[key]; } } }; module.exports = Resource; }).call(this);