/* IMPORT */ import BigInt from '../nodes/bigint'; /* MAIN */ const bigint = (): BigInt => { return new BigInt ( {} ); }; /* EXPORT */ export default bigint;