UNPKG

tinacms

Version:

[![GitHub license](https://img.shields.io/github/license/tinacms/tinacms?color=blue)](https://github.com/tinacms/tinacms/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/tinacms.svg?style=flat)](https://www.npmjs.com/package/tinacms) [![Bui

6 lines (5 loc) 153 B
/** * RegExps. A URL must match #1 or #2 or #3 or #4. */ /** Loosely validate a URL `string`. */ export declare const isUrl: (string: any) => boolean;