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

Method statics

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

Alias of `staticProperties`.

(
    statics: St & ThisType<Stamp<I, Prettify<Spread<S, St>>>>,
  )

Source from the content-addressed store, hash-verified

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>>>>;

Callers 3

types.test-d.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected