Searched defs:getType (Results 1 – 8 of 8) sorted by relevance
50 static getType(options?: { method in Network
1682 getType(): string; method
98 getType(uri: string, callback: AsyncCallback<string>): void; method109 getType(uri: string): Promise<string>; method
589 getType(): tag.MifareClassicType; method705 getType(): tag.MifareUltralightType; method
608 getType?(uri: string, callback: AsyncCallback<string>): void; method
430 getType(): string[] { method in PropertyInfo490 getType(): string[] { method in TypeAliasInfo609 getType(): string[] { method in ParamInfo
784 private static getType(node: ts.Node): string { method in AstNodeHelper
201 function getType(node) { function