1
0
mirror of https://github.com/rhysd/Mstdn.git synced 2025-01-21 20:52:11 +01:00
Mstdn/typings/browserify_workaround.d.ts

7 lines
97 B
TypeScript
Raw Normal View History

2017-04-16 02:27:06 +09:00
declare namespace NodeJS {
interface Global {
require: NodeRequireFunction;
}
}