UNPKG

kequapp

Version:

A minimal, zero-magic Node web framework built on native APIs

10 lines (9 loc) 293 B
type TSortableUrl = { url: string; }; export declare function priorityUrl(a: TSortableUrl, b: TSortableUrl): number; type TSortableContentType = { contentType: string; }; export declare function priorityContentType(a: TSortableContentType, b: TSortableContentType): number; export {};