UNPKG

addimated

Version:

An always interruptable, declarative animation library for React

10 lines (8 loc) 179 B
function withDefault(value, defaultValue) { if (value == null) { return defaultValue; } return value; } export { withDefault }; //# sourceMappingURL=WithDefault.js.map