Remove is-root dependencies (#7660)

This commit is contained in:
rinsuki
2021-08-19 16:27:12 +09:00
committed by GitHub
parent e677540fd6
commit ab54e147f2
4 changed files with 5 additions and 14 deletions

View File

@@ -1,7 +0,0 @@
declare module 'is-root' {
function isRoot(): boolean;
namespace isRoot {} // Hack
export = isRoot;
}