UNPKG

github-action-readme-generator

Version:

The docs generator for GitHub Actions. Auto-syncs action.yml to README.md with 8 sections: inputs, outputs, usage, badges, branding & more. Works as CLI or GitHub Action.

4 lines 134 B
export function notEmpty(str) { return typeof str === 'string' ? str.trim().length > 0 : false; } //# sourceMappingURL=util.js.map