mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
04c3d81b1f
* shared * server * app * remove vestigial eslintrc files * update comment directives
7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
declare module "fetch-with-proxy" {
|
|
// oxlint-disable-next-line no-restricted-imports
|
|
import nodeFetch from "node-fetch";
|
|
|
|
export = nodeFetch;
|
|
}
|