Searched defs:func3 (Results 1 – 3 of 3) sorted by relevance
40 func3(from: string, to: string): Promise<{result: number, errMsg: string, isT: boolean}>; method in napitest.TestInterfaceBB
130 function func3(fp1: testInterface22): string; function
15 const { TestClass1, func1, func2, func3 } = require("./out/build/Release/napitest") constant