#!./run import { normalize } from "./src/normalize.ts"; if (import.meta.main) { await normalize(); }