mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-12 17:55:33 +00:00
10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
|
module Closure declares *
|
||
|
|
||
|
export LocalSrv
|
||
|
|
||
|
service LocalSrv("local_srv"):
|
||
|
inside: -> ()
|
||
|
|
||
|
-- MyOp shouldn't be exported in TS
|
||
|
service MyOp("op"):
|
||
|
identity(s: string) -> string
|