UNPKG

@commitlint/cz-commitlint

Version:

Commitizen adapter using the commitlint.config.js

7 lines (5 loc) 179 B
'use strict'; /** @type {Awaited<typeof import('./lib/index.js')>['prompter']} */ exports.prompter = async (...args) => { (await import('./lib/index.js')).prompter(...args); };