mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 00:02:53 +08:00
* Save all * fix uv * fix object groups * fix tintcolor * add method modifier * tslint * replace ccCOlor * add import warning * rename * add comments * add comments * update zlib * Save * pixel offset * update tests/general/sealed-global-variables.json * exclude from cc * remove _walkGen * update setScale & setRotationFromEuler
7 lines
108 B
TypeScript
7 lines
108 B
TypeScript
|
|
declare namespace zlib {
|
|
export function Inflate(data: any, info?: any): void;
|
|
}
|
|
|
|
export default zlib;
|