mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-05 23:31:20 +08:00
15 lines
378 B
TypeScript
15 lines
378 B
TypeScript
|
|
/**
|
|
* This is a declaration file for 'DebugInfos.json'
|
|
* which is generated from 'EngineErrorMap.md'.
|
|
* You may run cli command
|
|
* `gulp build-debug-infos` or `npx gulp build-debug-infos` to generate the json file.
|
|
*/
|
|
|
|
/**
|
|
* Engine error maps.
|
|
* The keys are error codes and their values are format strings.
|
|
*/
|
|
declare const $: Record<number, string>;
|
|
|
|
export default $; |