@tch1b0/linkshort
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

LinkShort-wrapper

License

Installation

$ npm install linkshort

Example

const { LinkShort, Linker } = require("linkshort");

let lc = new LinkShort();

lc.create("https://github.com").then((linker) => {
	console.log(linker.short);
});
7a82e5b25

Readme

Keywords

Package Sidebar

Install

npm i @tch1b0/linkshort

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

22.4 kB

Total Files

15

Last publish

Collaborators

  • tch1b0