Skip to content

Commit e97215f

Browse files
committed
feat: add hasBtoaSupport to namespace
1 parent 33219ce commit e97215f

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/assert/lib

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/assert/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@ setReadOnly( ns, 'hasBigInt64ArraySupport', require( '@stdlib/assert/has-bigint6
144144
*/
145145
setReadOnly( ns, 'hasBigUint64ArraySupport', require( '@stdlib/assert/has-biguint64array-support' ) );
146146

147+
/**
148+
* @name hasBtoaSupport
149+
* @memberof ns
150+
* @readonly
151+
* @type {Function}
152+
* @see {@link module:@stdlib/assert/has-btoa-support}
153+
*/
154+
setReadOnly( ns, 'hasBtoaSupport', require( '@stdlib/assert/has-btoa-support' ) );
155+
147156
/**
148157
* @name hasClassSupport
149158
* @memberof ns

0 commit comments

Comments
 (0)