UNPKG

votcore

Version:

Vot Kit for Valensas Bots

5 lines (4 loc) 113 B
/** * Checks if a given value is valida URI */ export declare function isUri(input: string): Promise<boolean>;