User
import { User } from "https://raw.githubusercontent.com/ent2/deno-playentry/main/mod.ts";
엔트리 유저를 나타낸다.
class User implements LwInterface<UserConstructor> { }
constructor(info: UserConstructor);
username;
async findProjects(options?: {
sort?:
| "updated"
| "recent"
| "complexity"
| "staffPicked"
| "childCnt"
| "recentLikeCnt";
rows?: number;
});async getInfo();