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