Skip to main content
Module

x/pretty_bytes/Makefile

Convert bytes to a human readable string: 1337 → 1.34 kB
Latest
File
fmt: deno fmt fmt-check: deno fmt --check lint: deno lint test: deno test .PHONY: test fmt