UNPKG

@creditkarma/thrift-client

Version:

Thrift client library for NodeJS written in TypeScript.

6 lines 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultLogger = void 0; const thrift_server_core_1 = require("@creditkarma/thrift-server-core"); exports.defaultLogger = (0, thrift_server_core_1.makeLogger)('thrift-client'); //# sourceMappingURL=logger.js.map