Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Corrected type definitions. Fixes #56 This PR corrects the TypeScript definitions to properly reflect the fact that Unified exports a CommonJS module rather than an ESM module. * Replaced incorrect `export default` syntax with `export =` * Wrapped all the TypeScript type definitions in a namespace * removed semicolons * Removed the "esModuleInterop" setting, which was allowing incorrect type definitions to pass tests * Corrected the import syntax to use CommonJS imports rather than ESM imports
- Loading branch information