diff --git a/src/index.ts b/src/index.ts index fb1361b..0438c4c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ import { npmPublish } from "./npm-publish"; -// Exprot the external type definitions as named exports +// Export the external type definitions as named exports export * from "./options"; export * from "./results";