This website requires JavaScript.
Explore
Help
Register
Sign In
archives
/
webos-service-types
Watch
0
Fork
0
You've already forked webos-service-types
mirror of
https://github.com/valentineus/webos-service-types.git
synced
2025-04-28 00:41:24 +03:00
Code
Issues
Releases
Activity
webos-service-types
/
dist
/
index.d.ts
6 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Class "Service" base structure Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-20 13:15:38 +04:00
import
{
Service
}
from
"./service"
;
Module declaration Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-20 16:55:33 +04:00
declare
module
"webos-service"
{
export
=
Service
;
}
Copy Permalink