index.uts 139 字节
Newer Older
1 2 3 4 5
import { OpenSchema } from '../interface.uts'

export const openSchema: OpenSchema = function(url: string): void {
	location.href = url;
}