Alias of `initializers`.
(...functions: Array<Initializer<I, O>>)
| 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. */ |
no outgoing calls
no test coverage detected