diff --git a/packages/notam-decoder/src/index.ts b/packages/notam-decoder/src/index.ts index 15ad6cb..230b89d 100644 --- a/packages/notam-decoder/src/index.ts +++ b/packages/notam-decoder/src/index.ts @@ -1,4 +1,3 @@ -export { decode } from './parse'; export type { NotamType, DecodedNotam, @@ -6,3 +5,4 @@ export type { RulesTypes, AttentionType, } from './types'; +export { decode } from './parse';