Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bit-matrix/script-wiz-lib
/ IStackData
Interface
IStackData
src/model/IStackData.ts:1–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
IStackData {
2
input: string;
3
byteValue: string;
4
byteValueDisplay: string;
5
// stringValue?: string;
6
numberValue?: number;
7
}
8
9
export
default IStackData;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected