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.
2 parents d044ac9 + 0ff7c09 commit 28f55c2Copy full SHA for 28f55c2
readme.md
@@ -13,7 +13,7 @@ $ yarn add @shelf/fast-chunk-string
13
## Usage
14
15
```js
16
-const fastChunkString = require('@shelf/fast-chunk-string');
+import fastChunkString from '@shelf/fast-chunk-string';
17
18
// the fastest way
19
fastChunkString('unicorns', {size: 2, unicodeAware: false});
0 commit comments