UNPKG
@dspacev-bundle/vue-cesium
Version:
latest (3.24.2)
3.24.2
3.24.1
3.15.2
3.15.1
3.1.5
3.1.4
Vue 3.x components for CesiumJS.
github.com/zouyaoji/vue-cesium
zouyaoji/vue-cesium
@dspacev-bundle/vue-cesium
/
lib
/
utils
/
merge-descriptors.d.ts
12 lines
(11 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/*! * merge-descriptors * Copyright(c) 2014 Jonathan Ong * Copyright(c) 2015 Douglas Christopher Wilson * MIT Licensed */
/** *
@param
{
...Object
}
args
*
@returns
{
Object
} */
export
declare
function
mergeDescriptors
(
...
args
:
any
[]
):
any
;