Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielduarte/flowed
/ ExampleMap
Interface
ExampleMap
test/examples/types.ts:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
export
type
ExampleFunction = () => OptPromise<ValueMap>;
4
5
export
interface
ExampleMap {
6
[exampleName: string]: ExampleFunction;
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected