@avalabs/avalanchejs
Version:
Avalanche Platform JS Library
8 lines • 295 B
TypeScript
import { BigIntPr } from './bigintpr';
import { Byte } from './byte';
import { Bytes } from './bytes';
import { Int } from './int';
import { Short } from './short';
import { Stringpr } from './stringpr';
export { BigIntPr, Bytes, Int, Byte, Short, Stringpr };
//# sourceMappingURL=index.d.ts.map