Skip to content

Commit 83db58c

Browse files
committed
feat: add hasBtoaSupport to namespace
1 parent e97215f commit 83db58c

File tree

27 files changed

+38
-15
lines changed

27 files changed

+38
-15
lines changed

lib/node_modules/@stdlib/namespace/alias2pkg/data/data.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,7 @@ hasAtobSupport,"@stdlib/assert/has-atob-support"
17571757
hasBigInt64ArraySupport,"@stdlib/assert/has-bigint64array-support"
17581758
hasBigIntSupport,"@stdlib/assert/has-bigint-support"
17591759
hasBigUint64ArraySupport,"@stdlib/assert/has-biguint64array-support"
1760+
hasBtoaSupport,"@stdlib/assert/has-btoa-support"
17601761
hasClassSupport,"@stdlib/assert/has-class-support"
17611762
hasDataViewSupport,"@stdlib/assert/has-dataview-support"
17621763
hasDefinePropertiesSupport,"@stdlib/assert/has-define-properties-support"

lib/node_modules/@stdlib/namespace/alias2pkg/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/alias2related/data/data.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1753,10 +1753,11 @@ hasArrayBufferSupport,"hasFloat32ArraySupport,hasFloat64ArraySupport,hasInt16Arr
17531753
hasArrowFunctionSupport,""
17541754
hasAsyncAwaitSupport,""
17551755
hasAsyncIteratorSymbolSupport,"hasIteratorSymbolSupport,hasSymbolSupport"
1756-
hasAtobSupport,""
1756+
hasAtobSupport,"hasBtoaSupport"
17571757
hasBigInt64ArraySupport,"hasBigIntSupport,hasBigUint64ArraySupport"
17581758
hasBigIntSupport,""
17591759
hasBigUint64ArraySupport,"hasBigIntSupport,hasBigInt64ArraySupport"
1760+
hasBtoaSupport,"hasAtobSupport"
17601761
hasClassSupport,""
17611762
hasDataViewSupport,"hasArrayBufferSupport"
17621763
hasDefinePropertiesSupport,"hasDefinePropertySupport"

lib/node_modules/@stdlib/namespace/alias2related/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,7 @@ hasAtobSupport,"@stdlib/assert-has-atob-support"
17571757
hasBigInt64ArraySupport,"@stdlib/assert-has-bigint64array-support"
17581758
hasBigIntSupport,"@stdlib/assert-has-bigint-support"
17591759
hasBigUint64ArraySupport,"@stdlib/assert-has-biguint64array-support"
1760+
hasBtoaSupport,"@stdlib/assert-has-btoa-support"
17601761
hasClassSupport,"@stdlib/assert-has-class-support"
17611762
hasDataViewSupport,"@stdlib/assert-has-dataview-support"
17621763
hasDefinePropertiesSupport,"@stdlib/assert-has-define-properties-support"

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/aliases/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/aliases/data/data.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,7 @@ hasAtobSupport
17571757
hasBigInt64ArraySupport
17581758
hasBigIntSupport
17591759
hasBigUint64ArraySupport
1760+
hasBtoaSupport
17601761
hasClassSupport
17611762
hasDataViewSupport
17621763
hasDefinePropertiesSupport

lib/node_modules/@stdlib/namespace/lib/namespace/h.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,16 @@ ns.push({
157157
]
158158
});
159159

160+
ns.push({
161+
'alias': 'hasBtoaSupport',
162+
'path': '@stdlib/assert/has-btoa-support',
163+
'value': require( '@stdlib/assert/has-btoa-support' ),
164+
'type': 'Function',
165+
'related': [
166+
'@stdlib/assert/has-atob-support'
167+
]
168+
});
169+
160170
ns.push({
161171
'alias': 'hasClassSupport',
162172
'path': '@stdlib/assert/has-class-support',

lib/node_modules/@stdlib/namespace/pkg2alias/data/data.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,7 @@
17571757
"@stdlib/assert/has-bigint64array-support",hasBigInt64ArraySupport
17581758
"@stdlib/assert/has-bigint-support",hasBigIntSupport
17591759
"@stdlib/assert/has-biguint64array-support",hasBigUint64ArraySupport
1760+
"@stdlib/assert/has-btoa-support",hasBtoaSupport
17601761
"@stdlib/assert/has-class-support",hasClassSupport
17611762
"@stdlib/assert/has-dataview-support",hasDataViewSupport
17621763
"@stdlib/assert/has-define-properties-support",hasDefinePropertiesSupport

0 commit comments

Comments
 (0)