UNPKG

occaecatidicta

Version:
8 lines (7 loc) 209 B
import { Application } from '../../../lib/application'; import { IComponent } from '../../../lib/index'; export class MockPlugin implements IComponent { name = 'mockPlugin'; constructor(opts: any) { } }