3 lines
99 B
Plaintext
3 lines
99 B
Plaintext
|
export type OpenSchema = (url : string) => void
|
||
|
export type CanOpenURL = (url : string) => boolean
|