mirror of
https://github.com/rhysd/Mstdn.git
synced 2025-01-22 21:52:09 +01:00
7 lines
97 B
TypeScript
7 lines
97 B
TypeScript
|
declare namespace NodeJS {
|
||
|
interface Global {
|
||
|
require: NodeRequireFunction;
|
||
|
}
|
||
|
}
|
||
|
|