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 b4e53bf commit 81d618dCopy full SHA for 81d618d
README.md
@@ -42,7 +42,7 @@ limitations under the License.
42
## Usage
43
44
```javascript
45
-import trim from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-base-trim@esm/index.mjs';
+import trim from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-base-trim@v0.2.1-esm/index.mjs';
46
```
47
48
#### trim( str )
@@ -96,7 +96,7 @@ var out = trim( ' \t\t\n Beep \r\n\t ' );
96
<body>
97
<script type="module">
98
99
100
101
var out = trim( ' Whitespace ' );
102
// returns 'Whitespace'
0 commit comments