0
mirror of https://github.com/valentineus/webos-service-types.git synced 2025-04-29 00:51:25 +03:00
Valentin Popov 187b13ceb4
Module declaration
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-20 16:55:33 +04:00

6 lines
92 B
TypeScript

import { Service } from "./service";
declare module "webos-service" {
export = Service;
}