Files
DefinitelyTyped/types/is-absolute-url/index.d.ts
T

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;