UNPKG

fx-form-widget

Version:
10 lines (9 loc) 226 B
import { ParsedQs } from 'qs'; /** * 获取路径query参数 */ export declare const getQuery: () => ParsedQs; /** * 判断值是否真的为空,不存在 */ export declare const isNotNullValue: (value: any) => boolean;