aboutsummaryrefslogtreecommitdiff
path: root/dist/index.d.ts
blob: 4d2aad759a2b384a6c6d5c47df8ba2a2494b84d3 (plain) (blame)
1
2
3
4
5
import { Service } from "./service";

declare module "webos-service" {
	export = Service;
}