Skip to content

Commit 80b8061

Browse files
committed
feat: add hasAtobSupport to namespace
1 parent f8e39ea commit 80b8061

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
@@ -108,6 +108,15 @@ setReadOnly( ns, 'hasAsyncAwaitSupport', require( '@stdlib/assert/has-async-awai
108108
*/
109109
setReadOnly( ns, 'hasAsyncIteratorSymbolSupport', require( '@stdlib/assert/has-async-iterator-symbol-support' ) );
110110

111+
/**
112+
* @name hasAtobSupport
113+
* @memberof ns
114+
* @readonly
115+
* @type {Function}
116+
* @see {@link module:@stdlib/assert/has-atob-support}
117+
*/
118+
setReadOnly( ns, 'hasAtobSupport', require( '@stdlib/assert/has-atob-support' ) );
119+
111120
/**
112121
* @name hasBigIntSupport
113122
* @memberof ns

0 commit comments

Comments
 (0)