UNPKG

@creditkarma/thrift-client

Version:

Thrift client library for NodeJS written in TypeScript.

10 lines 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.filterByMethod = void 0; function filterByMethod(method) { return (filter) => { return (filter.methods.length === 0 || filter.methods.indexOf(method) > -1); }; } exports.filterByMethod = filterByMethod; //# sourceMappingURL=utils.js.map