UNPKG

ts-flex-query

Version:
9 lines 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.count = count; const func_1 = require("./func"); const no_op_1 = require("./no-op"); function count() { return (0, func_1.func)('count', (0, no_op_1.noOp)()); } //# sourceMappingURL=count.js.map