wechaty-grpc
Version:
gRPC for Wechaty
9 lines • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tstest_1 = require("tstest");
(0, tstest_1.test)('Chunk type imported from generated code', async (t) => {
const typeOk = true;
t.ok(typeOk, 'should be `string | Uint8Array`');
});
//# sourceMappingURL=chunk-transformer.spec.js.map