@churchapps/apihelper
Version:
Library of helper functions not specific to any one ChurchApps project or framework.
13 lines • 372 B
TypeScript
interface OmitEmptyOptions {
omitZero?: boolean;
omitEmptyArray?: boolean;
excludedProperties?: string[];
}
export declare class OmitEmpty {
static omitEmpty(obj: unknown, options?: OmitEmptyOptions): unknown;
private static _buildRuntimeOpts;
private static getType;
private static isEmpty;
}
export {};
//# sourceMappingURL=OmitEmpty.d.ts.map