summary refs log tree commit diff
path: root/src/util/index.ts
diff options
context:
space:
mode:
authornotsapinho <52896767+notsapinho@users.noreply.github.com>2021-04-08 11:43:26 -0300
committernotsapinho <52896767+notsapinho@users.noreply.github.com>2021-04-08 11:43:26 -0300
commite8c097ef273100c6200c8e814965f2cb02de0bc9 (patch)
tree6cdf25485d11d7aae1a2a4efeab10e2b12ae8b86 /src/util/index.ts
parentMerge branch 'main' of https://github.com/fosscord/fosscord-server-util (diff)
downloadserver-e8c097ef273100c6200c8e814965f2cb02de0bc9.tar.xz
added toBigInt and BigInt getters to bitfields
Diffstat (limited to 'src/util/index.ts')
-rw-r--r--src/util/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/index.ts b/src/util/index.ts

index b0c7fe62..7e8bca20 100644 --- a/src/util/index.ts +++ b/src/util/index.ts
@@ -5,3 +5,4 @@ export * from "./MessageFlags"; export * from "./Permissions"; export * from "./Snowflake"; export * from "./UserFlags"; +export * from "./toBigInt" \ No newline at end of file