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