mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +01:00
3 lines
125 B
TypeScript
3 lines
125 B
TypeScript
import {allPropsDefined} from "gems/objects";
|
|
|
|
export const checkAllPropsDefined = obj => allPropsDefined(obj) ? obj : null;
|