mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 08:09:13 +08:00
9 lines
178 B
TypeScript
9 lines
178 B
TypeScript
|
|
export function deserializeDynamic() {
|
|
throw new Error(`Should not called`);
|
|
}
|
|
|
|
export function parseUuidDependenciesDynamic() {
|
|
throw new Error(`Should not called`);
|
|
}
|