mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
8 lines
324 B
TypeScript
8 lines
324 B
TypeScript
// Type definitions for is-absolute-url 2.1
|
|
// Project: https://github.com/sindresorhus/is-absolute-url#readme
|
|
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = is_absolute_url;
|
|
declare function is_absolute_url(url: string): boolean;
|