UNPKG

cmd-ts

Version:

> 💻 A type-driven command line argument parser, with awesome error reporting 🤤

15 lines • 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.identity = void 0; /** * A type "conversion" from any type to itself */ function identity() { return { async from(a) { return a; }, }; } exports.identity = identity; //# sourceMappingURL=from.js.map