7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
|
|
package foo:console;
|
||
|
|
|
||
|
|
interface console {
|
||
|
|
log: func(arg: string);
|
||
|
|
}
|
||
|
|
|