UNPKG

eslint-plugin-command

Version:

Comment-as-command for one-off codemod with ESLint

7 lines (6 loc) 120 B
//#region src/types.ts function defineCommand(command) { return command; } //#endregion export { defineCommand as t };