test:
	deno test -A

lint:
	deno lint

fmt:
	deno fmt

fmt/check:
	deno fmt --check