(name: string, options?: object)
| 13 | } from "../internal" |
| 14 | |
| 15 | export 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 | |
| 25 | function make_( |
| 26 | this: Annotation, |
no outgoing calls
no test coverage detected
searching dependent graphs…