0
mirror of https://github.com/valentineus/webos-service-types.git synced 2025-04-28 00:41:24 +03:00

6 lines
92 B
TypeScript
Raw Normal View History

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