MCPcopy
hub / github.com/fabiospampinato/cash / prop

Method prop

src/attributes/prop.ts:8–8  ·  view source on GitHub ↗
( prop: string )

Source from the content-addressed store, hash-verified

6
7interface Cash {
8 prop ( prop: string ): any;
9 prop ( prop: string, value: any ): this;
10 prop ( props: Record<string, any> ): this;
11}

Callers 2

attributes.jsFile · 0.80
prop.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected