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

Interface RegisterOptions

src/class-registry.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Class } from './types.js';
3
4export interface RegisterOptions {
5 identifier?: string;
6 allowProps?: string[];
7}
8
9export class ClassRegistry extends Registry<Class> {
10 constructor() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…