export default function toBigInt(string: String): BigInt {
	return BigInt(string);
}
