sparkletown/sparkle

View on GitHub
src/types/SparkleSelector.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { RootState } from "store";

export type SparkleSelector<T> = (state: RootState) => T;