UNPKG

slanted-gamedev-toolz

Version:

A slanted mix of tools for your brilliant ideas in game design.

4 lines (3 loc) 127 B
type Callback = () => void; export default function useCatInterval(callback: Callback, delay: number | null): void; export {};