Files
pnpm/typings/local.d.ts
2019-11-14 18:05:50 +02:00

270 lines
4.3 KiB
TypeScript

declare module '@zeit/fetch-retry' {
const anything: any;
export = anything;
}
declare module '@zkochan/libnpx/index' {
const anything: any;
export = anything;
}
declare module '@zkochan/npm-conf' {
const anything: any;
export = anything;
}
declare module '@zkochan/npm-conf/lib/types' {
const anything: any;
export = anything;
}
declare module '@zkochan/npm-lifecycle' {
const anything: any;
export = anything;
}
declare module '@zkochan/npm-package-arg' {
const anything: any;
export = anything;
}
declare module 'anonymous-npm-registry-client' {
const anything: any;
export = anything;
}
declare module 'ansi-diff' {
const anything: any;
export = anything;
}
declare module 'better-path-resolve' {
const anything: any;
export = anything;
}
declare module 'bole' {
const anything: any;
export = anything;
}
declare module 'camelcase' {
const anything: any;
export = anything;
}
declare module 'cross-spawn' {
const anything: any;
export = anything;
}
declare module 'diable' {
const anything: any;
export = anything;
}
declare module 'dint' {
const anything: any;
export = anything;
}
declare module 'encode-registry' {
const anything: any;
export = anything;
}
declare module 'execa' {
const anything: any;
export = anything;
}
declare module 'exists-link' {
const anything: any;
export = anything;
}
declare module 'fast-glob' {
const anything: any;
export = anything;
}
declare module 'fs-vacuum' {
const anything: any;
export = anything;
}
declare module 'fs-write-stream-atomic' {
const anything: any;
export = anything;
}
declare module 'graceful-fs' {
const anything: any;
export = anything;
}
declare module 'graceful-git' {
const anything: any;
export = anything;
}
declare module 'graph-sequencer' {
const anything: any;
export = anything;
}
declare module 'hosted-git-info' {
const anything: any;
export = anything;
}
declare module 'import-from' {
const anything: any;
export = anything;
}
declare module 'is-inner-link' {
const anything: any;
export = anything;
}
declare module 'is-port-reachable' {
const anything: any;
export = anything;
}
declare module 'isexe' {
const anything: any;
export = anything;
}
declare module 'loud-rejection' {
const anything: any;
export = anything;
}
declare module 'meow' {
const anything: any;
export = anything;
}
declare module 'mz/fs' {
const anything: any;
export = anything;
}
declare module 'ncp' {
const anything: any;
export = anything;
}
declare module 'ndjson' {
const anything: any;
export = anything;
}
declare module 'node-fetch-unix' {
const anything: any;
export = anything;
}
declare module 'node-gyp' {
const anything: any;
export = anything;
}
declare module 'normalize-newline' {
const anything: any;
export = anything;
}
declare module 'normalize-path' {
const anything: any;
export = anything;
}
declare module 'npm-registry-client' {
const anything: any;
export = anything;
}
declare module 'npm/lib/config/defaults' {
const anything: any;
export = anything;
}
declare module 'npm/lib/config/get-credentials-by-uri' {
const anything: any;
export = anything;
}
declare module 'observatory' {
const anything: any;
export = anything;
}
declare module 'p-filter' {
const anything: any;
export = anything;
}
declare module 'path-name' {
const anything: any;
export = anything;
}
declare module 'process-exists' {
const anything: any;
export = anything;
}
declare module 'read-package-json' {
const anything: any;
export = anything;
}
declare module 'remove-all-except-outer-links' {
const anything: any;
export = anything;
}
declare module 'rename-overwrite' {
const anything: any;
export = anything;
}
declare module 'right-pad' {
const anything: any;
export = anything;
}
declare module 'signal-exit' {
const anything: any;
export = anything;
}
declare module 'socks-proxy-agent' {
const anything: any;
export = anything;
}
declare module 'stacktracey' {
const anything: any;
export = anything;
}
declare module 'validate-npm-package-name' {
const anything: any;
export = anything;
}
declare module 'write-file-atomic' {
const anything: any;
export = anything;
}
declare module 'yaml-tag' {
const anything: any;
export = anything;
}