Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
interface
Driveable {
2
drive(distance: number): boolean;
3
}
4
5
export
default
class
Car implements Driveable {
6
public drive(distance: number): boolean {
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…