SendTimestamps (#891)

Co-authored-by: Tyler Flowers <contact@ggtylerr.dev>
This commit is contained in:
V 2023-04-15 04:42:18 +02:00 committed by GitHub
parent f75f887861
commit 88ad4f1b05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 288 additions and 10 deletions

View file

@ -23,6 +23,7 @@ import { _resolveReady, filters, findByCodeLazy, findByPropsLazy, findLazy, mapM
import type * as t from "./types/utils";
export let FluxDispatcher: t.FluxDispatcher;
export const ComponentDispatch = findLazy(m => m.emitter?._events?.INSERT_TEXT);
export const RestAPI: t.RestAPI = findByPropsLazy("getAPIBaseURL", "get");
export const moment: typeof import("moment") = findByPropsLazy("parseTwoDigitYear");