MCPcopy
hub / github.com/stampit-org/stampit / stampit

Function stampit

stampit.ts:798–800  ·  view source on GitHub ↗
(this: any, ...args: any[])

Source from the content-addressed store, hash-verified

796 ...composables: StampitArgs<T>
797): Stamp<Prettify<InstanceOf<T>>, Prettify<StaticsOf<T>>, Prettify<OptionsAll<T>>>;
798function stampit(this: any, ...args: any[]): any {
799 return compose(this, { staticProperties: staticUtils }, ...args.map(standardiseDescriptor));
800}
801
802export default stampit;
803

Callers 15

name.test.jsFile · 0.85
compose.test.jsFile · 0.85
props.test.jsFile · 0.85

Calls 1

composeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…