summary refs log tree commit diff
path: root/rtc/src/util/toBigInt.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rtc/src/util/toBigInt.ts')
-rw-r--r--rtc/src/util/toBigInt.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/rtc/src/util/toBigInt.ts b/rtc/src/util/toBigInt.ts
deleted file mode 100644

index d57c4568..00000000 --- a/rtc/src/util/toBigInt.ts +++ /dev/null
@@ -1,3 +0,0 @@ -export default function toBigInt(string: String): BigInt { - return BigInt(string); -}