UNPKG

@amaui/utils

Version:
6 lines (5 loc) 226 B
export interface IOptions { castParam?: boolean; } declare const getQueryParams: (value_?: string, paramName?: string, options_?: IOptions) => object | string | number | boolean | undefined; export default getQueryParams;