1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

chore: clean up types

This commit is contained in:
Juan Picado 2023-03-19 11:39:00 +01:00
parent 783422b4a2
commit 9a684a7cd3

5
types/custom.d.ts vendored

@ -1,7 +1,4 @@
/// <reference types="@verdaccio/types" />
import { ReadStream, WriteStream } from 'fs';
import { ReadTarball, UploadTarball } from '@verdaccio/streams';
import { pluginUtils } from '@verdaccio/core';
import { Logger, RemoteUser } from '@verdaccio/types';
declare global {