Files
cocos-engine/DebugInfos.d.ts
2020-03-17 16:20:42 +08:00

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 $;