Crude first pass at playground page
This commit is contained in:
13
playground/src/global.d.ts
vendored
Normal file
13
playground/src/global.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
export {}
|
||||
declare global {
|
||||
interface Process {
|
||||
stdout: {
|
||||
write(s: string): void
|
||||
},
|
||||
argv: string[]
|
||||
|
||||
}
|
||||
let files : Record<string,string>
|
||||
let process : Process
|
||||
let __mainExpression_0 : () => unknown
|
||||
}
|
||||
Reference in New Issue
Block a user