Remove '/types/' directory that is no longer used

This commit is contained in:
Sam Vervaeck 2020-06-18 17:28:03 +02:00
parent 9c5a8b9e59
commit 4420c0325a

9
types/debug.d.ts vendored
View file

@ -1,9 +0,0 @@
declare const debug: (value: any) => void;
declare module NodeJS {
interface Global {
debug: (value: any) => void;
}
}