8 lines
387 B
TypeScript
8 lines
387 B
TypeScript
![]() |
/* eslint-disable no-extend-native */
|
||
|
|
||
|
export const ObjectExtensionsIsKeyExists = (obj: any, keys: string[]): boolean => {
|
||
|
return true;
|
||
|
};
|
||
|
|
||
|
// {"objectThatSticksName":"cube2","objectThatSticksNamePoints":[{"x":25,"y":4.987889622413917,"z":10.504078531217838}],"objectsToWhichItSticksName":"cube1","objectsToWhichItSticksPoints":[{"x":5,"y":3.0783236330074963,"z":1.1333166084347885}]}
|