1.0.0 • Published 5 years ago

@jswork/next-url-cn v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

next-url-cn

Shorten url for next.

version license size download

installation

npm install -S @jswork/next-url-cn

usage

import '@jswork/next-url-cn';

nx.urlCn([
  'http://www.baidu.com'
]).then(res=>{
  console.log(res.result.list);
});

license

Code released under the MIT license.

1.0.0

5 years ago