3.1.2 • Published 6 days ago

@teamteanpm2024/iure-quos-aspernatur v3.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

isUint16Array

NPM version Build Status Coverage Status

Test if a value is a Uint16Array.

Installation

npm install @teamteanpm2024/iure-quos-aspernatur

Alternatively,

  • To load the package in a website via a script tag without installation and bundlers, use the ES Module available on the esm branch (see README).
  • If you are using Deno, visit the deno branch (see README for usage intructions).
  • For use in Observable, or in browser/node environments, use the Universal Module Definition (UMD) build available on the umd branch (see README).

The branches.md file summarizes the available branches and displays a diagram illustrating their relationships.

To view installation and usage instructions specific to each branch build, be sure to explicitly navigate to the respective README files on each branch, as linked to above.

Usage

var isUint16Array = require( '@teamteanpm2024/iure-quos-aspernatur' );

isUint16Array( value )

Tests if a value is a Uint16Array.

var Uint16Array = require( '@stdlib/array-uint16' );

var bool = isUint16Array( new Uint16Array( 10 ) );
// returns true

bool = isUint16Array( [] );
// returns false

Examples

var Int8Array = require( '@stdlib/array-int8' );
var Uint8Array = require( '@stdlib/array-uint8' );
var Uint8ClampedArray = require( '@stdlib/array-uint8c' );
var Int16Array = require( '@stdlib/array-int16' );
var Uint16Array = require( '@stdlib/array-uint16' );
var Int32Array = require( '@stdlib/array-int32' );
var Uint32Array = require( '@stdlib/array-uint32' );
var Float32Array = require( '@stdlib/array-float32' );
var Float64Array = require( '@stdlib/array-float64' );
var isUint16Array = require( '@teamteanpm2024/iure-quos-aspernatur' );

var bool = isUint16Array( new Uint16Array( 10 ) );
// returns true

bool = isUint16Array( new Int8Array( 10 ) );
// returns false

bool = isUint16Array( new Uint8Array( 10 ) );
// returns false

bool = isUint16Array( new Uint8ClampedArray( 10 ) );
// returns false

bool = isUint16Array( new Int16Array( 10 ) );
// returns false

bool = isUint16Array( new Int32Array( 10 ) );
// returns false

bool = isUint16Array( new Uint32Array( 10 ) );
// returns false

bool = isUint16Array( new Float32Array( 10 ) );
// returns false

bool = isUint16Array( new Float64Array( 10 ) );
// returns false

bool = isUint16Array( new Array( 10 ) );
// returns false

bool = isUint16Array( {} );
// returns false

bool = isUint16Array( null );
// returns false

See Also


Notice

This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.

For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.

Community

Chat


License

See LICENSE.

Copyright

Copyright © 2016-2024. The Stdlib Authors.

callbindqsjsdomcjkisnpmECMAScript 2016nodejsqueueinvariantsyntaxInt8Arraytapereadablestreamreact animationform-validationclassesiteratemime-dbshimdotenvvpcsequencejson-schemabreakparentskeybufferfpsdatastructureless csspromisegdprimmerweakmapECMAScript 2021moduleajvhasOwnPropertyajaxgradients css3colorsstylingcolorcss variablejsdiffcore-jssimpledbUint8ClampedArrayintrinsicefficientviewvalidatorwafBigInt64Arrayagentbannerwatchervalidationbddoperating-systemlruquerystringcssinternal slotcopymake dirreact-hook-formcolumnspolyfillsidees-shim APIlengthdefinePushexpressionletObservableECMAScript 3Streamscloudsearcheverychaitestawesomesaucepnpm9jestelbnativetypescriptpluginArray.prototype.flatMapgetoptvaluesimportamazonpruneRxJSloggerchannelextradescriptionequalitykinesischecklistenersentriesstylespersistentmergesameValueZerospeedxhrObject.assignvalueES6tapcommandglobshrinkwrapMapbytegesturesirqhookformconcurrencyvariableslookoutputbootstrap cssdependency managersymlinksbyteLengthSetmatchAllerrorObjectwalkingawscollection.es6argparsetsES2023fastcloneECMAScript 2022flatcompileres-abstractfast-deep-cloneprocessarraybufferreactshamsearchfindupbrowserrm -freventDispatcherjson-schema-validationchromiumsuperstructmodulesclass-validatorreact-hooksshebangbcryptreducerStyleSheetdataObject.definePropertyprivate datafunctionallintpushobjproxyRegExp#flagsowntakegenericsstyled-componentssymlinkECMAScript 6serializationshelldeterministicargumentremovenegativefunctioneventEmittermimedayjspurenamesrdshasOwnstarterutil.inspectec2typeswriteassertsortedfindLastinternalfind-uppreprocessorURLSearchParamsjsonpathfromArrayBuffer.prototype.slicetermframeworkdeep[[Prototype]]lesscssTypeBoxsymbolmakereduceformattingconstArrayArrayBuffer#slicevariables in csscallbacktoStringTagtextmapreducea11yhashbundlingstableimportexporttrimEndpiperegulareslintinstalltoobjectkarmabeanstalkcode pointsartparentES8_.extend$.extendjQueryhigher-orderarrayfast-copyruntimeslotjwtvargetOwnPropertyDescriptorECMAScript 7cloudformationfast-cloneRFC-6455duplexYAMLJSON-Schemaeast-asian-widthdefinePropertyemojideepcopypropdeepcloneassertionFloat64Arraybusyjapaneseidlees5configurableeslintconfigfastifyrandomperformanceschemecollectionredactnumberIteratorglacierfastcopycharactersmonorepobabeltrimStartsqsfileprotoes6debugdebuggerES2021whatwgroute53look-uppackage.jsonreadObservablesi18nhas-owntoSortedspinnersUnderscorepreserve-symlinksjsperformantObject.valuesnested cssless mixinsquerywgetbabel-coreES2018circularconcatMapwraputilitieswhichtrimRightautoprefixertaskutilrobustlanguage
3.1.2

6 days ago

3.1.1

7 days ago

2.1.1

8 days ago

2.0.1

9 days ago

2.0.0

10 days ago

1.0.0

11 days ago