6 lines
104 B
TypeScript
Executable file
6 lines
104 B
TypeScript
Executable file
#!./run
|
|
import { normalize } from "./src/normalize.ts";
|
|
|
|
if (import.meta.main) {
|
|
await normalize();
|
|
}
|