UNPKG

@amaui/utils

Version:
6 lines (5 loc) 155 B
export interface IOptions { URL?: boolean; } export declare const getURL: (value: string, options_?: IOptions) => URL | string; export default getURL;