MCPcopy Create free account
hub / github.com/developit/microbundle / Driveable

Interface Driveable

test/fixtures/basic-ts/src/car.ts:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Driveable {
2 drive(distance: number): boolean;
3}
4
5export default class Car implements Driveable {
6 public drive(distance: number): boolean {

Callers

nothing calls this directly

Implementers 2

Cartest/fixtures/basic-ts/src/car.ts
Cartest/fixtures/ts-mixed-exports/src/car

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…