Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nanostores/nanostores
/ Task
Interface
Task
task/index.d.ts:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
Task<Value> extends Promise<Value> {
2
t: true
3
}
4
5
/**
6
* Track store
async
task by start/end functions.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected