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

Method init

stampit.ts:319–319  ·  view source on GitHub ↗

Alias of `initializers`.

(...functions: Array<Initializer<I, O>>)

Source from the content-addressed store, hash-verified

317
318 /** Alias of `initializers`. */
319 init<O = object>(...functions: Array<Initializer<I, O>>): Stamp<I, S, O>;
320 init<O = object>(functions: Array<Initializer<I, O>>): Stamp<I, S, O>;
321
322 /** Add composers, run while composing a new Stamp. */

Callers 7

types.test-d.tsFile · 0.80
import.test.jsFile · 0.80
init.test.jsFile · 0.80
basics.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected