deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / utils / url.d.ts

نووسراو ببینە
1
2
3
4
5
6
7
export declare type Pattern = readonly [string, string, RegExp | true] | '*';export declare const splitPath: (path: string) => string[];export declare const getPattern: (label: string) => Pattern | null;export declare const getPathFromURL: (url: string, strict?: boolean) => string;export declare const isAbsoluteURL: (url: string) => boolean;export declare const mergePath: (...paths: string[]) => string;
deno

Version Info

Tagged at
2 years ago