mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 08:03:09 +02:00
7 lines
107 B
TypeScript
7 lines
107 B
TypeScript
declare module 'is-root' {
|
|
function isRoot(): boolean;
|
|
|
|
namespace isRoot {} // Hack
|
|
|
|
export = isRoot;
|
|
}
|