method UsersClient.prototype.getUserimport { UsersClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.14/mod.ts"; getUser(userName: string): Promise<UserModel>Gets a user that matches the given userName. ParametersuserName: stringThe name of the user. ReturnsPromise<UserModel>The user.