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 b591c44 commit ec2c19aCopy full SHA for ec2c19a
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@deno/mod.js';
+import trim from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-base-trim@v0.2.2-deno/mod.js';
46
```
47
48
#### trim( str )
@@ -91,7 +91,7 @@ var out = trim( ' \t\t\n Beep \r\n\t ' );
91
<!-- eslint no-undef: "error" -->
92
93
94
95
96
var out = trim( ' Whitespace ' );
97
// returns 'Whitespace'
0 commit comments