Home
last modified time | relevance | path

Searched defs:Callback1 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Diface1.d.ts16 export declare interface Callback1 { interface
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-function-with-callback.ts21 export type Callback1 = (arg: X) => void alias