chore(express-partial-content): solve import errors

This commit is contained in:
Elian Doran
2025-05-03 01:24:10 +03:00
parent adc5e8929b
commit 7976f43a35
6 changed files with 21 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
import { Range } from "./Range";
import type { Range } from "./Range.js";
import { Stream } from "stream";
export interface Content {
/**