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