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
2017-04-16 02:27:21 +09:00

7 lines
97 B
TypeScript

declare namespace NodeJS {
interface Global {
require: NodeRequireFunction;
}
}