Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
variable usePagination
import { usePagination } from "https://deno.land/x/netzo@v0.1.91/lib/hooks/mod.ts";

type

<T>(items?: T[]) => unknown