UNPKG

use-wizard

Version:

A dead-easy-to-use light-weight react hook to handle multi-paths wizards (and simple wizards too) and navigate into them.

8 lines (5 loc) 170 B
import {TWizardOptions} from "../TWizardOptions"; export {isTypeNested}; const isTypeNested = (input: unknown): input is TWizardOptions => { return true; // todo }