Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/cueshit/utils.ts>padNum

Convert between different cue sheet / chapter / tracklist formats
Latest
function padNum
import { padNum } from "https://deno.land/x/cueshit@v0.7.0/utils.ts";

Pads the given number with zeros to reach the given length.

Parameters

value: number
maxLength: number