(name: string, options?: object)
| 11 | } from "../internal" |
| 12 | |
| 13 | export function createObservableAnnotation(name: string, options?: object): Annotation { |
| 14 | return { |
| 15 | annotationType_: name, |
| 16 | options_: options, |
| 17 | make_, |
| 18 | extend_, |
| 19 | decorate_20223_ |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | function make_( |
| 24 | this: Annotation, |
no outgoing calls
no test coverage detected
searching dependent graphs…