Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/messageformat/messageformat
/ SrcObject
Interface
SrcObject
packages/messageformat/index.d.ts:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
type
SrcMessage = string | SrcObject;
5
6
interface
SrcObject {
7
[key: string]: SrcMessage;
8
}
9
10
interface
Options {
11
biDiSupport?: boolean;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected