mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
* [is-url-superb]: Add initial type definition * [is-url-superb] Remove namespace declaration
9 lines
294 B
TypeScript
9 lines
294 B
TypeScript
// Type definitions for is-url-superb 2.0
|
|
// Project: https://github.com/sindresorhus/is-url-superb
|
|
// Definitions by: Michael Strobel <https://github.com/kryops>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = isUrl;
|
|
|
|
declare function isUrl(str: string): boolean;
|