mirror of
https://github.com/zhigang1992/telert.git
synced 2026-01-12 22:42:11 +08:00
lint
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
*
|
*
|
||||||
* Learn more at https://developers.cloudflare.com/workers/
|
* Learn more at https://developers.cloudflare.com/workers/
|
||||||
*/
|
*/
|
||||||
import { Application, Middleware, Router } from "@cfworker/web";
|
import { Application, type Middleware, Router } from "@cfworker/web";
|
||||||
import type { Update } from "@grammyjs/types";
|
import type { Update } from "@grammyjs/types";
|
||||||
import { formatRichMessage, RichMessage } from "./message";
|
import { formatRichMessage, type RichMessage } from "./message";
|
||||||
import { get } from "./get";
|
import { get } from "./get";
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
|
|||||||
Reference in New Issue
Block a user