mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
feat(utils): add an export for DISCORDENO_VERSION (#4060)
This commit is contained in:
1
packages/utils/src/constants.ts
Normal file
1
packages/utils/src/constants.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const DISCORDENO_VERSION = '20.0.0'
|
||||
@@ -4,6 +4,7 @@ export * from './bucket.js'
|
||||
export * from './builders.js'
|
||||
export * from './casing.js'
|
||||
export * from './colors.js'
|
||||
export * from './constants.js'
|
||||
export * from './hash.js'
|
||||
export * from './images.js'
|
||||
export * from './logger.js'
|
||||
|
||||
Reference in New Issue
Block a user