/** * Returns undefined if any argument is undefined, or null * if argument is null. * * This is particularly useful for dealing with the results of * multiple queries. * * @param args * @returns */ export declare const noneProduct: (...args: Args) => null | undefined; //# sourceMappingURL=falsy.d.ts.map