string-template-format-uri
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

String Template Format: URI

String template literal tag that converts string into valid URI/URL components

Usage

import { uri, uriComp } from 'string-template-format-uri'
const str = 'abc/def ghi'
console.log(uri`https://example.com/${str}`)
console.log(uriComp`https://example.com/${str}`)

should print:

https://example.com/abc/def%20ghi
https://example.com/abc%2Fdef%20ghi

License

MIT © Hoàng Văn Khải

Package Sidebar

Install

npm i string-template-format-uri

Weekly Downloads

1

Version

0.1.7

License

MIT

Unpacked Size

2.63 kB

Total Files

5

Last publish

Collaborators

  • khai96_