Remove '/types/' directory that is no longer used
This commit is contained in:
parent
9c5a8b9e59
commit
4420c0325a
1 changed files with 0 additions and 9 deletions
9
types/debug.d.ts
vendored
9
types/debug.d.ts
vendored
|
@ -1,9 +0,0 @@
|
|||
|
||||
declare const debug: (value: any) => void;
|
||||
|
||||
declare module NodeJS {
|
||||
interface Global {
|
||||
debug: (value: any) => void;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue