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 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isTypeNested = void 0; var isTypeNested = function (input) { return true; }; exports.isTypeNested = isTypeNested; //# sourceMappingURL=isTypeNested.js.map