terriajs-cesium
Version:
CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.
17 lines (14 loc) • 641 B
JavaScript
/**
* Union of all numeric typed array types.
* @typedef {Float64Array|Float32Array|Uint32Array|Uint16Array|Uint8Array|Int32Array|Int16Array|Int8Array} TypedArray
*/
/**
* Union of all numeric typed array constructor types.
* @typedef {Float64ArrayConstructor|Float32ArrayConstructor|Uint32ArrayConstructor|Uint16ArrayConstructor|Uint8ArrayConstructor|Int32ArrayConstructor|Int16ArrayConstructor|Int8ArrayConstructor} TypedArrayConstructor
*/
/**
* This file is omitted from 'workspaceSourceFiles' in 'scripts/build.js', and
* must provide type-only exports exclusively, without runtime values.
* @ignore
*/
export default null;