MCPcopy
hub / github.com/flightcontrolhq/superjson / allowErrorProps

Method allowErrorProps

src/index.ts:113–115  ·  view source on GitHub ↗
(...props: string[])

Source from the content-addressed store, hash-verified

111
112 readonly allowedErrorProps: string[] = [];
113 allowErrorProps(...props: string[]) {
114 this.allowedErrorProps.push(...props);
115 }
116
117 private static defaultInstance = new SuperJSON();
118 static serialize = SuperJSON.defaultInstance.serialize.bind(

Callers 1

index.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected