UNPKG

sda

Version:

Software development assistant

10 lines 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function withId(id, obj) { return { id, ...obj }; } exports.default = withId; //# sourceMappingURL=withId.js.map