UNPKG

@medusajs/utils

Version:

Medusa utilities functions shared by Medusa core and Modules

6 lines 197 B
/** * Return true if the value is truthy and otherwise false * @param val */ export declare function isTruthy(val: string | boolean | undefined): boolean; //# sourceMappingURL=is-truthy.d.ts.map