mirror of
https://github.com/outline/outline.git
synced 2026-08-03 13:27:25 +03:00
* 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;
|
|
}
|