Kaynağa Gözat

improve the name space

tags/2.16.0
Caven Chen 3 yıl önce
ebeveyn
işleme
74e8876fc1
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4
    4
      modules/namespace/index.js

+ 4
- 4
modules/namespace/index.js Dosyayı Görüntüle

* @Date: 2021-03-15 18:36:48 * @Date: 2021-03-15 18:36:48
*/ */


import { getCesium, getTurf, getMapv } from './NSManager'
import { getlib } from '@dc-modules/global-api'


export const Cesium = getCesium()
export const Cesium = getlib('Cesium')


export const turf = getTurf()
export const turf = getlib('turf')


export const mapv = getMapv()
export const mapv = getlib('mapv')

Loading…
İptal
Kaydet