Searched defs:CallbackType (Results 1 – 3 of 3) sorted by relevance
17 export type CallbackType = (args: Uint8Array, length: int32) => int32; alias
17 public interface CallbackType { interface
20 export type CallbackType = (args: Uint8Array, length: int32) => int32 alias