UNPKG

@daysnap/utils

Version:
13 lines (10 loc) 171 B
import { isEmpty } from "./chunk-YGV2UKBN.js"; // src/reserve.ts function reserve(val, defaultVal) { return isEmpty(val) ? defaultVal : val; } export { reserve };