6 lines
No EOL
56 B
TypeScript
6 lines
No EOL
56 B
TypeScript
declare global {
|
|
interface X {
|
|
|
|
}
|
|
}
|
|
export = {}; |