Skip to content

Instantly share code, notes, and snippets.

View CHBaker's full-sized avatar

Charles Hudson Baker CHBaker

View GitHub Profile
@thw0rted
thw0rted / cesium.d.ts
Last active May 27, 2020 08:10
Updated typings file for Cesium v1.69 (I think?)
/**
* Cesium type definitions
* For use with Cesium v1.66
* Created by Aigars Zeiza <https://github.com/Zuzon>
* Modified by Harry Nicholls <harry@northstar-robotics.com>
* Updated for v1.66.0 by James Bromwell <https://github.com/Thw0rted>
*/
declare module "cesium"{
type RenderState = any;