url2json-types
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

url2json-types

url2json的类型文件

要求:ts4.1及以上

下载

使用npm

npm i url2json-types -D

使用yarn

yarn add url2json-types -D

例子

import Url2Json from 'url2json-types'

type a = Url2Json<'baidu.com?a=1&b=2'>

/*
  type a === {
    "a": "1",
    "b": "2"
  }
*/

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i url2json-types

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

2.38 kB

Total Files

4

Last publish

Collaborators

  • asarua