mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
f18c6ca786
1 changed files with 5 additions and 3 deletions
8
src/@types/is-root.d.ts
vendored
8
src/@types/is-root.d.ts
vendored
|
@ -1,5 +1,7 @@
|
||||||
declare module 'is-root';
|
declare module 'is-root' {
|
||||||
|
function isRoot(): boolean;
|
||||||
|
|
||||||
declare namespace isRoot {
|
namespace isRoot {} // Hack
|
||||||
export function isRoot(): boolean;
|
|
||||||
|
export = isRoot;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue