mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 09:33:03 -04:00
fix things using lodash (#1882)
This commit is contained in:
parent
9c13befcb6
commit
c7a20769f9
4 changed files with 8 additions and 6 deletions
|
@ -33,6 +33,8 @@ export const moment: typeof import("moment") = findByPropsLazy("parseTwoDigitYea
|
|||
|
||||
export const hljs: typeof import("highlight.js") = findByPropsLazy("highlight");
|
||||
|
||||
export const lodash: typeof import("lodash") = findByPropsLazy("debounce", "cloneDeep");
|
||||
|
||||
export const i18n: t.i18n = findLazy(m => m.Messages?.["en-US"]);
|
||||
|
||||
export let SnowflakeUtils: t.SnowflakeUtils;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue