3 lines
99 B
Plaintext
Raw Permalink Normal View History

2025-04-09 18:55:14 +08:00
export type OpenSchema = (url : string) => void
export type CanOpenURL = (url : string) => boolean