Searched defs:getType (Results 1 – 7 of 7) sorted by relevance
50 static getType(options?: { method in Network
856 getType(): string; method
98 getType(uri: string, callback: AsyncCallback<string>): void; method109 getType(uri: string): Promise<string>; method
582 getType(): tag.MifareClassicType; method698 getType(): tag.MifareUltralightType; method
579 getType?(uri: string, callback: AsyncCallback<string>): void; method
784 private static getType(node: ts.Node): string { method in AstNodeHelper
201 function getType(node) { function