UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

8 lines (5 loc) 117 B
'use strict'; function defaultTo(value, def) { return value == null ? def : value; } module.exports = defaultTo;