UNPKG

@openhps/core

Version:

Open Hybrid Positioning System - Core component

9 lines (7 loc) 162 B
import { Service } from './Service'; export class DummyService extends Service { constructor(uid: string) { super(); this.uid = uid; } }