Skip to main content
Module

x/domdom/mod.ts>Sorter

The proactive web framework for the unprofessional - Deno build
Latest
type alias Sorter
Re-export
import { type Sorter } from "https://deno.land/x/domdom@v4.12.0/mod.ts";
definition: (
a: any,
b: any,
aPath: string,
bPath: string,
) => number