mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-24 14:33:08 +02:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
|
declare module 'is-root';
|
||
|
|
||
|
declare namespace isRoot {
|
||
|
export function isRoot(): boolean;
|
||
|
}
|