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 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QBinaryPath = void 0; const QNoopPath_1 = require("./base/QNoopPath"); class QBinaryPath extends QNoopPath_1.QNoopPath { } exports.QBinaryPath = QBinaryPath; //# sourceMappingURL=QBinaryPath.js.map