UNPKG

wechaty-grpc

Version:
7 lines 285 B
#!/usr/bin/env -S node --no-warnings --loader ts-node/esm import { test, } from 'tstest'; 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