UNPKG
@hygiene/cli
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
Keep your TODOs and FIXMEs healthy
github.com/Leko/hygiene
Leko/hygiene
@hygiene/cli
/
dist
/
options.d.ts
5 lines
•
173 B
TypeScript
View Raw
1
2
3
4
5
import
{
Plugin
}
from
"@hygiene/core"
;
export
declare
const
createCommand
:
(
{ plugins }: { plugins: Plugin<
any
,
any
>[]; }
) =>
any
;
//# sourceMappingURL=options.d.ts.map