Searched defs:fun4 (Results 1 – 4 of 4) sorted by relevance
32 function fun4(input: string): { read: number; written: number };//函数返回值场景 function
22 fun4(numcc: number): Object; //Interface func return method
35 fun4: (mancc: Map<string, string>,v?: string) => Array<number>; property
33 fun4(v: {[key: string]: Array<string>}): number; method