MCPcopy
hub / github.com/mobxjs/mobx / createFlowAnnotation

Function createFlowAnnotation

packages/mobx/src/types/flowannotation.ts:15–23  ·  view source on GitHub ↗
(name: string, options?: object)

Source from the content-addressed store, hash-verified

13} from "../internal"
14
15export function createFlowAnnotation(name: string, options?: object): Annotation {
16 return {
17 annotationType_: name,
18 options_: options,
19 make_,
20 extend_,
21 decorate_20223_
22 }
23}
24
25function make_(
26 this: Annotation,

Callers 1

flow.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…