TypeScript/tests/cases/conformance/salsa/malformedTags.ts

11 lines
204 B
TypeScript
Raw Normal View History

// @allowJS: true
// @suppressOutputPathCheck: true
// @filename: myFile02.js
/**
* Checks if `value` is classified as an `Array` object.
*
* @type Function
*/
var isArray = Array.isArray;