index.d.ts 93 B

123
  1. import * as pbjs from "./pbjs.js";
  2. import * as pbts from "./pbts.js";
  3. export { pbjs, pbts };