cleanup | esm

This commit is contained in:
Code 2025-01-28 06:40:56 +01:00
parent 8f4c5531f2
commit d1e4e0abd6

View File

@ -2,7 +2,7 @@ import * as fs from 'node:fs'
import { Stats, readlinkSync, statSync, lstatSync, readFileSync } from 'node:fs'
import pkg from 'mime';
const {getType} = pkg;
const { getType } = pkg;
import * as pathUtil from 'node:path'
import { createHash } from 'node:crypto'