We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93e2c6 commit 9631453Copy full SHA for 9631453
packages/excel-builder-vanilla/README.md
@@ -16,7 +16,7 @@ npm install excel-builder-vanilla
16
17
The project offers 3 different bundle types, choose the best for your use case
18
1. ESM: to `import from` (prefered)
19
-2. CJS: CommonJS to support old Node `require()`... might be removed in the future
+2. CJS: CommonJS to support old Node `require()` - will possibly be removed in the future
20
3. IIFE: standalone script with `ExcelBuilder` available on the `window` object
21
22
```ts
0 commit comments