UNPKG

fx-form-widget

Version:
5 lines (4 loc) 113 B
/** * 判断值是否真的为空,不存在 */ export declare const isNotNullValue: (value: any) => boolean;