@clipboard-health/json-api
Version:
TypeScript-friendly utilities for adhering to the JSON:API specification.
7 lines • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./lib/query/parseQuery"), exports);
tslib_1.__exportStar(require("./lib/query/stringifyQuery"), exports);
tslib_1.__exportStar(require("./lib/types"), exports);
//# sourceMappingURL=index.js.map