UNPKG

next

Version:

The React Framework

3 lines (2 loc) 168 B
import type { PageExtensions } from './page-extensions-type'; export declare function sortByPageExts(pageExtensions: PageExtensions): (a: string, b: string) => number;