Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 7, 2021
1 parent 2750716 commit e9e94eb
Show file tree
Hide file tree
Showing 199 changed files with 442 additions and 443 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
timeout-minutes: 5
- name: Replace all GitHub links to individual packages with npm links
run: |
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'
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'
- name: Replace all stdlib GitHub dependencies with the respective npm packages
run: |
find package.json -type f -print0 | xargs -0 sed -Ei 's/"github:stdlib-js[^"]*"/"^0.0.x"/g'
Expand Down
4 changes: 2 additions & 2 deletions deep-equal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ bool = deepEqual( a, b );

## See Also

- [`@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
- [`@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
- <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>
- <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>

</section>

Expand Down
10 changes: 5 additions & 5 deletions deep-has-own-property/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,11 @@ bool = has( { 'a': [ { 'b': { 'c': 'd' } } ] } );

## See Also

- [`@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
- [`@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
- [`@stdlib/utils/deep-get`][@stdlib/utils/deep-get]: get a nested property value.
- [`@stdlib/utils/deep-pluck`][@stdlib/utils/deep-pluck]: extract a nested property value from each element of an object array.
- [`@stdlib/utils/deep-set`][@stdlib/utils/deep-set]: set a nested property value.
- <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>
- <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>
- <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>
- <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>
- <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>

</section>

Expand Down
10 changes: 5 additions & 5 deletions deep-has-property/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ bool = has( { 'a': [ { 'b': { 'c': 'd' } } ] } );

## See Also

- [`@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
- [`@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
- [`@stdlib/utils/deep-get`][@stdlib/utils/deep-get]: get a nested property value.
- [`@stdlib/utils/deep-pluck`][@stdlib/utils/deep-pluck]: extract a nested property value from each element of an object array.
- [`@stdlib/utils/deep-set`][@stdlib/utils/deep-set]: set a nested property value.
- <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>
- <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>
- <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>
- <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>
- <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>

</section>

Expand Down
22 changes: 11 additions & 11 deletions has-arraybuffer-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,17 @@ $ has-arraybuffer-support

## See Also

- [`@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
- [`@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
- [`@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
- [`@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
- [`@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
- [`@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
- [`@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
- [`@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
- [`@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
- [`@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
- [`@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
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>

</section>

Expand Down
2 changes: 1 addition & 1 deletion has-arrow-function-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var hasArrowFunctionSupport = require( '@stdlib/assert/has-arrow-function-suppor

#### hasArrowFunctionSupport()

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; }`.
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; }\`.

```javascript
var bool = hasArrowFunctionSupport();
Expand Down
4 changes: 2 additions & 2 deletions has-async-iterator-symbol-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ $ has-async-iterator-symbol-support

## See Also

- [`@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
- [`@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
- <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>
- <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>

</section>

Expand Down
4 changes: 2 additions & 2 deletions has-bigint64array-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ $ has-bigint64array-support

## See Also

- [`@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
- [`@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
- <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>
- <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>

</section>

Expand Down
4 changes: 2 additions & 2 deletions has-biguint64array-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ $ has-biguint64array-support

## See Also

- [`@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
- [`@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
- <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>
- <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>

</section>

Expand Down
2 changes: 1 addition & 1 deletion has-dataview-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ $ has-dataview-support

## See Also

- [`@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
- <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>

</section>

Expand Down
2 changes: 1 addition & 1 deletion has-define-properties-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ $ has-define-properties-support

## See Also

- [`@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
- <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>

</section>

Expand Down
2 changes: 1 addition & 1 deletion has-define-property-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ $ has-define-property-support

## See Also

- [`@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
- <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>

</section>

Expand Down
2 changes: 1 addition & 1 deletion has-globalthis-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ $ has-globalthis-support

## See Also

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

</section>

Expand Down
4 changes: 2 additions & 2 deletions has-iterator-symbol-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ $ has-iterator-symbol-support

## See Also

- [`@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
- [`@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
- <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>
- <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>

</section>

Expand Down
2 changes: 1 addition & 1 deletion has-own-property/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ bool = hasOwnProp( { '[object Object]': false }, {} );

## See Also

- [`@stdlib/assert/has-property`][@stdlib/assert/has-property]: https://github.com/stdlib-js/assert/tree/main/has-property`][@stdlib/assert/has-property
- <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>

</section>

Expand Down
2 changes: 1 addition & 1 deletion has-property/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ bool = hasProp( { '[object Object]': false }, {} );

## See Also

- [`@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
- <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>

</section>

Expand Down
Loading

0 comments on commit e9e94eb

Please sign in to comment.