Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

getRankedProjects

import { getRankedProjects } from "https://raw.githubusercontent.com/ent2/deno-playentry/main/mod.ts";

스선/인작 작품 목록을 가져온다.

async function getRankedProjects(options: {
type: "staff" | "best";
rows?: number;
}
);
§
getRankedProjects(options: {
type: "staff" | "best";
rows?: number;
}
)
[src]

§Parameters

§
options: {
type: "staff" | "best";
rows?: number;
}
[src]