UNPKG

ts-japi

Version:

A highly-modular (typescript-friendly)-framework agnostic library for serializing data to the JSON:API specification

9 lines 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Meta { constructor(meta) { Object.assign(this, meta); } } exports.default = Meta; //# sourceMappingURL=meta.model.js.map