UNPKG

@innova2/url-builder

Version:

A lightweight library with many feature to easy build URLs

7 lines (6 loc) 230 B
export type ParamType = string | number | boolean; export type ParamFindPredicate = (value: [string, ParamType], index: number, obj: [string, ParamType][]) => boolean; export interface IFile { name: string; ext: string; }