UNPKG

addimated

Version:

An always interruptable, declarative animation library for React

15 lines (12 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withDefault = withDefault; function withDefault(value, defaultValue) { if (value == null) { return defaultValue; } return value; } //# sourceMappingURL=WithDefault.js.map