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