Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/developit/microbundle
/
Class
test/fixtures/basic-ts/src/car.ts:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
}
4
5
export
default
class
Car implements Driveable {
6
public drive(distance: number): boolean {
7
return
true;
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected