UNPKG

license-kit

Version:

Aggregate license notes of OSS libraries used in your Node.js project, analyze & visualize OSS licenses with AI-turbocharged tooling

10 lines (9 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.validFormats = void 0; /** * Enumerates all valid CLI format flag values * * @see {@link Format} */ exports.validFormats = ['json', 'about-json', 'text', 'markdown'];