cleanup | esm
This commit is contained in:
parent
8f4c5531f2
commit
d1e4e0abd6
@ -2,7 +2,7 @@ import * as fs from 'node:fs'
|
|||||||
import { Stats, readlinkSync, statSync, lstatSync, readFileSync } from 'node:fs'
|
import { Stats, readlinkSync, statSync, lstatSync, readFileSync } from 'node:fs'
|
||||||
|
|
||||||
import pkg from 'mime';
|
import pkg from 'mime';
|
||||||
const {getType} = pkg;
|
const { getType } = pkg;
|
||||||
|
|
||||||
import * as pathUtil from 'node:path'
|
import * as pathUtil from 'node:path'
|
||||||
import { createHash } from 'node:crypto'
|
import { createHash } from 'node:crypto'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user