Skip to content

Commit 16d611f

Browse files
authored
fix: export AircraftType correctly as type (#2077)
1 parent 3529ef7 commit 16d611f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ export * from './locale';
3939
export { fakerEN as faker } from './locale';
4040
export * from './locales';
4141
export * as allLocales from './locales';
42-
export { Aircraft, AircraftType } from './modules/airline';
43-
export type { AirlineModule } from './modules/airline';
42+
export { Aircraft } from './modules/airline';
43+
export type { AircraftType, AirlineModule } from './modules/airline';
4444
export type { AnimalModule } from './modules/animal';
4545
export { CssFunction, CssSpace } from './modules/color';
4646
export type {

0 commit comments

Comments
 (0)