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