Skip to content

Commit 02389bf

Browse files
committed
Update namespace
1 parent dc88e3c commit 02389bf

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/assert/lib

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ setReadOnly( ns, 'hasAsyncIteratorSymbolSupport', require( '@stdlib/assert/has-a
108108
*/
109109
setReadOnly( ns, 'hasClassSupport', require( '@stdlib/assert/has-class-support' ) );
110110

111+
/**
112+
* @name hasDataViewSupport
113+
* @memberof ns
114+
* @readonly
115+
* @type {Function}
116+
* @see {@link module:@stdlib/assert/has-dataview-support}
117+
*/
118+
setReadOnly( ns, 'hasDataViewSupport', require( '@stdlib/assert/has-dataview-support' ) );
119+
111120
/**
112121
* @name hasDefinePropertiesSupport
113122
* @memberof ns
@@ -765,6 +774,15 @@ setReadOnly( ns, 'isDataProperty', require( '@stdlib/assert/is-data-property' )
765774
*/
766775
setReadOnly( ns, 'isDataPropertyIn', require( '@stdlib/assert/is-data-property-in' ) );
767776

777+
/**
778+
* @name isDataView
779+
* @memberof ns
780+
* @readonly
781+
* @type {Function}
782+
* @see {@link module:@stdlib/assert/is-dataview}
783+
*/
784+
setReadOnly( ns, 'isDataView', require( '@stdlib/assert/is-dataview' ) );
785+
768786
/**
769787
* @name isDateObject
770788
* @memberof ns

0 commit comments

Comments
 (0)