UNPKG

web-search

Version:

A package to provide search URLs for websites from a search term.

9 lines (8 loc) 280 B
/** * This is a modified/simplified version of * [prepend-http](https://github.com/sindresorhus/prepend-http). * * @license MIT License - Copyright (c) Sindre Sorhus * <sindresorhus@gmail.com> (sindresorhus.com) */ export default function prependHttps(url: string): string;