UNPKG

supersaas-api-client

Version:

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

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