UNPKG
vue-cesium-jyt
Version:
latest (3.0.10-fix2)
3.0.10
3.0.10-fix2
3.0.10-fix1
Vue 3.x components for CesiumJS.
github.com/brantroy/vue-cesium
brantroy/vue-cesium
vue-cesium-jyt
/
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
;