Skip to content

Commit 70b8f5e

Browse files
committed
style(ts): use import type syntax
1 parent 1ce5c17 commit 70b8f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import commitlintLoad from '@commitlint/load';
2-
import { PromptModule } from 'inquirer';
3-
import { Commit } from 'commitizen';
2+
import type { PromptModule } from 'inquirer';
3+
import type { Commit } from 'commitizen';
44
import { engine } from './engine';
55

66
export async function prompter(cz: { prompt: PromptModule }, commit: Commit): Promise<void> {

0 commit comments

Comments
 (0)