Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function useCommandState
import { useCommandState } from "https://deno.land/x/netzo@0.3.66/deps/cmdk.ts";

Run a selector against the store state.

Type Parameters

optional
T = any

Parameters

selector: (state: State) => T