UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

5 lines 160 B
export function applyIfDefined(value, setter) { if (value !== undefined && value != null) setter(value); } //# sourceMappingURL=Functions.js.map