Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
interface
Driveable {
2
drive(distance: number): boolean;
3
}
4
5
export
default
class
Car implements Driveable {
Callers
nothing calls this directly
Implementers
2
Car
test/fixtures/basic-ts/src/car.ts
Car
test/fixtures/ts-mixed-exports/src/car
Calls
no outgoing calls
Tested by
no test coverage detected