undergroundwires/privacy.sexy

View on GitHub
src/presentation/bootstrapping/Bootstrapper.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { App } from 'vue';

export interface Bootstrapper {
  bootstrap(app: App): Promise<void>;
}