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

Method drive

test/fixtures/basic-ts/src/car.ts:2–2  ·  view source on GitHub ↗
(distance: number)

Source from the content-addressed store, hash-verified

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

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