Remove types for detect-node from typescript-typings

This commit is contained in:
Leonid Logvinov
2018-09-04 15:02:50 +02:00
parent 77acbdd3ea
commit b525ccc825
2 changed files with 1 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
declare module 'detect-node' {
export const isNode: boolean;
}