UNPKG

@openhps/core

Version:

Open Hybrid Positioning System - Core component

7 lines 140 B
import { Service } from './Service'; export class DummyService extends Service { constructor(uid) { super(); this.uid = uid; } }