barnulf_ts/README.md

315 B

Barnulf Ts

A collection of utility functions and classes extending base JavaScript.

Intended for the Deno runtime.

Usage

import { log_from, range } from "https://git.barnulf.net/mb/barnulf_ts/raw/branch/master/mod.ts"
const log = log_from(import.meta)

for (const item of range(0, 10)) log(item)