phaser/v3/typings/utils/GetObjectValue.d.ts

2 lines
73 B
TypeScript
Raw Normal View History

2017-01-16 22:43:07 +01:00
export default function (source: any, key: any, defaultValue: any): any;