mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-17 22:57:29 -06:00
7 lines
107 B
TypeScript
7 lines
107 B
TypeScript
declare module 'is-root' {
|
|
function isRoot(): boolean;
|
|
|
|
namespace isRoot {} // Hack
|
|
|
|
export = isRoot;
|
|
}
|