Alias of `staticProperties`.
(
statics: St & ThisType<Stamp<I, Prettify<Spread<S, St>>>>,
)
| 289 | |
| 290 | /** Alias of `staticProperties`. */ |
| 291 | statics<St extends object>( |
| 292 | statics: St & ThisType<Stamp<I, Prettify<Spread<S, St>>>>, |
| 293 | ): Stamp<I, Prettify<Spread<S, St>>>; |
| 294 | statics<St extends readonly object[]>(...statics: [...St]): Stamp<I, Prettify<Spread<S, MergeAll<St>>>>; |
no outgoing calls
no test coverage detected