Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ningen/util.ts

Simple ninja build generator
Latest
import * as ningen from "https://deno.land/x/ningen@0.0.6/util.ts";

Functions

Converts foo to ./foo (and leaves absolute paths alone).

Returns a sorted copy of an iterable. Optionally provide a keyFn that will be used when sorting.