Skip to content

Commit e9e94eb

Browse files
committed
Auto-generated commit
1 parent 2750716 commit e9e94eb

File tree

199 files changed

+442
-443
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+442
-443
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
timeout-minutes: 5
3939
- name: Replace all GitHub links to individual packages with npm links
4040
run: |
41-
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei 's/@stdlib\/([^:]*)\]: https:\/\/github.com\/stdlib-js/@stdlib\/\1\]: https:\/\/www.npmjs.com\/package\/@stdlib/g'
41+
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei '/tree\/main/b; s/@stdlib\/([^:]*)\]: https:\/\/github.com\/stdlib-js/@stdlib\/\1\]: https:\/\/www.npmjs.com\/package\/@stdlib/g'
4242
- name: Replace all stdlib GitHub dependencies with the respective npm packages
4343
run: |
4444
find package.json -type f -print0 | xargs -0 sed -Ei 's/"github:stdlib-js[^"]*"/"^0.0.x"/g'

deep-equal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ bool = deepEqual( a, b );
114114

115115
## See Also
116116

117-
- [`@stdlib/assert/is-strict-equal`][@stdlib/assert/is-strict-equal]: https://github.com/stdlib-js/assert/tree/main/is-strict-equal`][@stdlib/assert/is-strict-equal
118-
- [`@stdlib/assert/is-same-value`][@stdlib/assert/is-same-value]: https://github.com/stdlib-js/assert/tree/main/is-same-value`][@stdlib/assert/is-same-value
117+
- <span class="package-name">[`@stdlib/assert/is-strict-equal`][@stdlib/assert/is-strict-equal]</span><span class="delimiter">: </span><span class="description">test if two arguments are strictly equal.</span>
118+
- <span class="package-name">[`@stdlib/assert/is-same-value`][@stdlib/assert/is-same-value]</span><span class="delimiter">: </span><span class="description">test if two arguments are the same value.</span>
119119

120120
</section>
121121

deep-has-own-property/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,11 @@ bool = has( { 'a': [ { 'b': { 'c': 'd' } } ] } );
254254

255255
## See Also
256256

257-
- [`@stdlib/assert/deep-has-property`][@stdlib/assert/deep-has-property]: https://github.com/stdlib-js/assert/tree/main/deep-has-property`][@stdlib/assert/deep-has-property
258-
- [`@stdlib/assert/has-own-property`][@stdlib/assert/has-own-property]: https://github.com/stdlib-js/assert/tree/main/has-own-property`][@stdlib/assert/has-own-property
259-
- [`@stdlib/utils/deep-get`][@stdlib/utils/deep-get]: get a nested property value.
260-
- [`@stdlib/utils/deep-pluck`][@stdlib/utils/deep-pluck]: extract a nested property value from each element of an object array.
261-
- [`@stdlib/utils/deep-set`][@stdlib/utils/deep-set]: set a nested property value.
257+
- <span class="package-name">[`@stdlib/assert/deep-has-property`][@stdlib/assert/deep-has-property]</span><span class="delimiter">: </span><span class="description">test whether an object contains a nested key path, either own or inherited.</span>
258+
- <span class="package-name">[`@stdlib/assert/has-own-property`][@stdlib/assert/has-own-property]</span><span class="delimiter">: </span><span class="description">test if an object has a specified property.</span>
259+
- <span class="package-name">[`@stdlib/utils/deep-get`][@stdlib/utils/deep-get]</span><span class="delimiter">: </span><span class="description">get a nested property value.</span>
260+
- <span class="package-name">[`@stdlib/utils/deep-pluck`][@stdlib/utils/deep-pluck]</span><span class="delimiter">: </span><span class="description">extract a nested property value from each element of an object array.</span>
261+
- <span class="package-name">[`@stdlib/utils/deep-set`][@stdlib/utils/deep-set]</span><span class="delimiter">: </span><span class="description">set a nested property value.</span>
262262

263263
</section>
264264

deep-has-property/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ bool = has( { 'a': [ { 'b': { 'c': 'd' } } ] } );
250250

251251
## See Also
252252

253-
- [`@stdlib/assert/deep-has-own-property`][@stdlib/assert/deep-has-own-property]: https://github.com/stdlib-js/assert/tree/main/deep-has-own-property`][@stdlib/assert/deep-has-own-property
254-
- [`@stdlib/assert/has-own-property`][@stdlib/assert/has-own-property]: https://github.com/stdlib-js/assert/tree/main/has-own-property`][@stdlib/assert/has-own-property
255-
- [`@stdlib/utils/deep-get`][@stdlib/utils/deep-get]: get a nested property value.
256-
- [`@stdlib/utils/deep-pluck`][@stdlib/utils/deep-pluck]: extract a nested property value from each element of an object array.
257-
- [`@stdlib/utils/deep-set`][@stdlib/utils/deep-set]: set a nested property value.
253+
- <span class="package-name">[`@stdlib/assert/deep-has-own-property`][@stdlib/assert/deep-has-own-property]</span><span class="delimiter">: </span><span class="description">test whether an object contains a nested key path.</span>
254+
- <span class="package-name">[`@stdlib/assert/has-own-property`][@stdlib/assert/has-own-property]</span><span class="delimiter">: </span><span class="description">test if an object has a specified property.</span>
255+
- <span class="package-name">[`@stdlib/utils/deep-get`][@stdlib/utils/deep-get]</span><span class="delimiter">: </span><span class="description">get a nested property value.</span>
256+
- <span class="package-name">[`@stdlib/utils/deep-pluck`][@stdlib/utils/deep-pluck]</span><span class="delimiter">: </span><span class="description">extract a nested property value from each element of an object array.</span>
257+
- <span class="package-name">[`@stdlib/utils/deep-set`][@stdlib/utils/deep-set]</span><span class="delimiter">: </span><span class="description">set a nested property value.</span>
258258

259259
</section>
260260

has-arraybuffer-support/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,17 @@ $ has-arraybuffer-support
112112

113113
## See Also
114114

115-
- [`@stdlib/assert/has-float32array-support`][@stdlib/assert/has-float32array-support]: https://github.com/stdlib-js/assert/tree/main/has-float32array-support`][@stdlib/assert/has-float32array-support
116-
- [`@stdlib/assert/has-float64array-support`][@stdlib/assert/has-float64array-support]: https://github.com/stdlib-js/assert/tree/main/has-float64array-support`][@stdlib/assert/has-float64array-support
117-
- [`@stdlib/assert/has-int16array-support`][@stdlib/assert/has-int16array-support]: https://github.com/stdlib-js/assert/tree/main/has-int16array-support`][@stdlib/assert/has-int16array-support
118-
- [`@stdlib/assert/has-int32array-support`][@stdlib/assert/has-int32array-support]: https://github.com/stdlib-js/assert/tree/main/has-int32array-support`][@stdlib/assert/has-int32array-support
119-
- [`@stdlib/assert/has-int8array-support`][@stdlib/assert/has-int8array-support]: https://github.com/stdlib-js/assert/tree/main/has-int8array-support`][@stdlib/assert/has-int8array-support
120-
- [`@stdlib/assert/has-node-buffer-support`][@stdlib/assert/has-node-buffer-support]: https://github.com/stdlib-js/assert/tree/main/has-node-buffer-support`][@stdlib/assert/has-node-buffer-support
121-
- [`@stdlib/assert/has-sharedarraybuffer-support`][@stdlib/assert/has-sharedarraybuffer-support]: https://github.com/stdlib-js/assert/tree/main/has-sharedarraybuffer-support`][@stdlib/assert/has-sharedarraybuffer-support
122-
- [`@stdlib/assert/has-uint16array-support`][@stdlib/assert/has-uint16array-support]: https://github.com/stdlib-js/assert/tree/main/has-uint16array-support`][@stdlib/assert/has-uint16array-support
123-
- [`@stdlib/assert/has-uint32array-support`][@stdlib/assert/has-uint32array-support]: https://github.com/stdlib-js/assert/tree/main/has-uint32array-support`][@stdlib/assert/has-uint32array-support
124-
- [`@stdlib/assert/has-uint8array-support`][@stdlib/assert/has-uint8array-support]: https://github.com/stdlib-js/assert/tree/main/has-uint8array-support`][@stdlib/assert/has-uint8array-support
125-
- [`@stdlib/assert/has-uint8clampedarray-support`][@stdlib/assert/has-uint8clampedarray-support]: https://github.com/stdlib-js/assert/tree/main/has-uint8clampedarray-support`][@stdlib/assert/has-uint8clampedarray-support
115+
- <span class="package-name">[`@stdlib/assert/has-float32array-support`][@stdlib/assert/has-float32array-support]</span><span class="delimiter">: </span><span class="description">detect native Float32Array support.</span>
116+
- <span class="package-name">[`@stdlib/assert/has-float64array-support`][@stdlib/assert/has-float64array-support]</span><span class="delimiter">: </span><span class="description">detect native Float64Array support.</span>
117+
- <span class="package-name">[`@stdlib/assert/has-int16array-support`][@stdlib/assert/has-int16array-support]</span><span class="delimiter">: </span><span class="description">detect native Int16Array support.</span>
118+
- <span class="package-name">[`@stdlib/assert/has-int32array-support`][@stdlib/assert/has-int32array-support]</span><span class="delimiter">: </span><span class="description">detect native Int32Array support.</span>
119+
- <span class="package-name">[`@stdlib/assert/has-int8array-support`][@stdlib/assert/has-int8array-support]</span><span class="delimiter">: </span><span class="description">detect native Int8Array support.</span>
120+
- <span class="package-name">[`@stdlib/assert/has-node-buffer-support`][@stdlib/assert/has-node-buffer-support]</span><span class="delimiter">: </span><span class="description">detect native Buffer support.</span>
121+
- <span class="package-name">[`@stdlib/assert/has-sharedarraybuffer-support`][@stdlib/assert/has-sharedarraybuffer-support]</span><span class="delimiter">: </span><span class="description">detect native SharedArrayBuffer support.</span>
122+
- <span class="package-name">[`@stdlib/assert/has-uint16array-support`][@stdlib/assert/has-uint16array-support]</span><span class="delimiter">: </span><span class="description">detect native Uint16Array support.</span>
123+
- <span class="package-name">[`@stdlib/assert/has-uint32array-support`][@stdlib/assert/has-uint32array-support]</span><span class="delimiter">: </span><span class="description">detect native Uint32Array support.</span>
124+
- <span class="package-name">[`@stdlib/assert/has-uint8array-support`][@stdlib/assert/has-uint8array-support]</span><span class="delimiter">: </span><span class="description">detect native Uint8Array support.</span>
125+
- <span class="package-name">[`@stdlib/assert/has-uint8clampedarray-support`][@stdlib/assert/has-uint8clampedarray-support]</span><span class="delimiter">: </span><span class="description">detect native Uint8ClampedArray support.</span>
126126

127127
</section>
128128

has-arrow-function-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var hasArrowFunctionSupport = require( '@stdlib/assert/has-arrow-function-suppor
3232

3333
#### hasArrowFunctionSupport()
3434

35-
Detects if a runtime environment supports ES2015 [`arrow functions`][mdn-arrow-function]` such as `( a, b ) => a + b`, `x => x`, or `( x ) => { return x*x; }`.
35+
Detects if a runtime environment supports ES2015 [`arrow functions`][mdn-arrow-function]`such as`( a, b ) => a + b`, `x => x`, or `( x ) => { return x\*x; }\`.
3636

3737
```javascript
3838
var bool = hasArrowFunctionSupport();

has-async-iterator-symbol-support/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ $ has-async-iterator-symbol-support
118118

119119
## See Also
120120

121-
- [`@stdlib/assert/has-iterator-symbol-support`][@stdlib/assert/has-iterator-symbol-support]: https://github.com/stdlib-js/assert/tree/main/has-iterator-symbol-support`][@stdlib/assert/has-iterator-symbol-support
122-
- [`@stdlib/assert/has-symbol-support`][@stdlib/assert/has-symbol-support]: https://github.com/stdlib-js/assert/tree/main/has-symbol-support`][@stdlib/assert/has-symbol-support
121+
- <span class="package-name">[`@stdlib/assert/has-iterator-symbol-support`][@stdlib/assert/has-iterator-symbol-support]</span><span class="delimiter">: </span><span class="description">detect native Symbol.iterator support.</span>
122+
- <span class="package-name">[`@stdlib/assert/has-symbol-support`][@stdlib/assert/has-symbol-support]</span><span class="delimiter">: </span><span class="description">detect native Symbol support.</span>
123123

124124
</section>
125125

has-bigint64array-support/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ $ has-bigint64array-support
112112

113113
## See Also
114114

115-
- [`@stdlib/assert/has-bigint-support`][@stdlib/assert/has-bigint-support]: https://github.com/stdlib-js/assert/tree/main/has-bigint-support`][@stdlib/assert/has-bigint-support
116-
- [`@stdlib/assert/has-biguint64array-support`][@stdlib/assert/has-biguint64array-support]: https://github.com/stdlib-js/assert/tree/main/has-biguint64array-support`][@stdlib/assert/has-biguint64array-support
115+
- <span class="package-name">[`@stdlib/assert/has-bigint-support`][@stdlib/assert/has-bigint-support]</span><span class="delimiter">: </span><span class="description">detect native BigInt support.</span>
116+
- <span class="package-name">[`@stdlib/assert/has-biguint64array-support`][@stdlib/assert/has-biguint64array-support]</span><span class="delimiter">: </span><span class="description">detect native BigUint64Array support.</span>
117117

118118
</section>
119119

has-biguint64array-support/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ $ has-biguint64array-support
112112

113113
## See Also
114114

115-
- [`@stdlib/assert/has-bigint-support`][@stdlib/assert/has-bigint-support]: https://github.com/stdlib-js/assert/tree/main/has-bigint-support`][@stdlib/assert/has-bigint-support
116-
- [`@stdlib/assert/has-bigint64array-support`][@stdlib/assert/has-bigint64array-support]: https://github.com/stdlib-js/assert/tree/main/has-bigint64array-support`][@stdlib/assert/has-bigint64array-support
115+
- <span class="package-name">[`@stdlib/assert/has-bigint-support`][@stdlib/assert/has-bigint-support]</span><span class="delimiter">: </span><span class="description">detect native BigInt support.</span>
116+
- <span class="package-name">[`@stdlib/assert/has-bigint64array-support`][@stdlib/assert/has-bigint64array-support]</span><span class="delimiter">: </span><span class="description">detect native BigInt64Array support.</span>
117117

118118
</section>
119119

has-dataview-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $ has-dataview-support
112112

113113
## See Also
114114

115-
- [`@stdlib/assert/has-arraybuffer-support`][@stdlib/assert/has-arraybuffer-support]: https://github.com/stdlib-js/assert/tree/main/has-arraybuffer-support`][@stdlib/assert/has-arraybuffer-support
115+
- <span class="package-name">[`@stdlib/assert/has-arraybuffer-support`][@stdlib/assert/has-arraybuffer-support]</span><span class="delimiter">: </span><span class="description">detect native ArrayBuffer support.</span>
116116

117117
</section>
118118

has-define-properties-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ $ has-define-properties-support
116116

117117
## See Also
118118

119-
- [`@stdlib/assert/has-define-property-support`][@stdlib/assert/has-define-property-support]: https://github.com/stdlib-js/assert/tree/main/has-define-property-support`][@stdlib/assert/has-define-property-support
119+
- <span class="package-name">[`@stdlib/assert/has-define-property-support`][@stdlib/assert/has-define-property-support]</span><span class="delimiter">: </span><span class="description">detect `Object.defineProperty` support.</span>
120120

121121
</section>
122122

has-define-property-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $ has-define-property-support
112112

113113
## See Also
114114

115-
- [`@stdlib/assert/has-define-properties-support`][@stdlib/assert/has-define-properties-support]: https://github.com/stdlib-js/assert/tree/main/has-define-properties-support`][@stdlib/assert/has-define-properties-support
115+
- <span class="package-name">[`@stdlib/assert/has-define-properties-support`][@stdlib/assert/has-define-properties-support]</span><span class="delimiter">: </span><span class="description">detect `Object.defineProperties` support.</span>
116116

117117
</section>
118118

has-globalthis-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $ has-globalthis-support
112112

113113
## See Also
114114

115-
- [`@stdlib/utils/global`][@stdlib/utils/global]: return the global object.
115+
- <span class="package-name">[`@stdlib/utils/global`][@stdlib/utils/global]</span><span class="delimiter">: </span><span class="description">return the global object.</span>
116116

117117
</section>
118118

has-iterator-symbol-support/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ $ has-iterator-symbol-support
112112

113113
## See Also
114114

115-
- [`@stdlib/assert/has-async-iterator-symbol-support`][@stdlib/assert/has-async-iterator-symbol-support]: https://github.com/stdlib-js/assert/tree/main/has-async-iterator-symbol-support`][@stdlib/assert/has-async-iterator-symbol-support
116-
- [`@stdlib/assert/has-symbol-support`][@stdlib/assert/has-symbol-support]: https://github.com/stdlib-js/assert/tree/main/has-symbol-support`][@stdlib/assert/has-symbol-support
115+
- <span class="package-name">[`@stdlib/assert/has-async-iterator-symbol-support`][@stdlib/assert/has-async-iterator-symbol-support]</span><span class="delimiter">: </span><span class="description">detect native Symbol.asyncIterator support.</span>
116+
- <span class="package-name">[`@stdlib/assert/has-symbol-support`][@stdlib/assert/has-symbol-support]</span><span class="delimiter">: </span><span class="description">detect native Symbol support.</span>
117117

118118
</section>
119119

has-own-property/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ bool = hasOwnProp( { '[object Object]': false }, {} );
139139

140140
## See Also
141141

142-
- [`@stdlib/assert/has-property`][@stdlib/assert/has-property]: https://github.com/stdlib-js/assert/tree/main/has-property`][@stdlib/assert/has-property
142+
- <span class="package-name">[`@stdlib/assert/has-property`][@stdlib/assert/has-property]</span><span class="delimiter">: </span><span class="description">test if an object has a specified property, either own or inherited.</span>
143143

144144
</section>
145145

has-property/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ bool = hasProp( { '[object Object]': false }, {} );
142142

143143
## See Also
144144

145-
- [`@stdlib/assert/has-own-property`][@stdlib/assert/has-own-property]: https://github.com/stdlib-js/assert/tree/main/has-own-property`][@stdlib/assert/has-own-property
145+
- <span class="package-name">[`@stdlib/assert/has-own-property`][@stdlib/assert/has-own-property]</span><span class="delimiter">: </span><span class="description">test if an object has a specified property.</span>
146146

147147
</section>
148148

0 commit comments

Comments
 (0)