Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
dc820ffba6
|
@ -1,5 +1,7 @@
|
|||
declare module 'is-root';
|
||||
declare module 'is-root' {
|
||||
function isRoot(): boolean;
|
||||
|
||||
declare namespace isRoot {
|
||||
export function isRoot(): boolean;
|
||||
namespace isRoot {} // Hack
|
||||
|
||||
export = isRoot;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue