Files
DefinitelyTyped/types/is-url-superb/index.d.ts
Michael Strobel fc7a45f9ea [is-url-superb]: Add initial type definition (#18531)
* [is-url-superb]: Add initial type definition

* [is-url-superb] Remove namespace declaration
2017-08-02 11:21:19 -07:00

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;