UNPKG

@odata2ts/odata-query-objects

Version:

Q-Objects are the magic sauce for the odata-query-builder and allow for renaming and type conversion

8 lines 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.identityFormatter = void 0; function identityFormatter(value) { return value; } exports.identityFormatter = identityFormatter; //# sourceMappingURL=IdentityFormatter.js.map