Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
ac05c11927 | |||
4cab83991b | |||
33f76aeca8 | |||
36fd64f0e7 | |||
7256714541 |
@ -20,6 +20,14 @@ open things
|
|||||||
|
|
||||||
Use TypeScript for best in class instellisense.
|
Use TypeScript for best in class instellisense.
|
||||||
|
|
||||||
|
```typescript
|
||||||
|
import * as smartopen from '@pushrocks/smartopen';
|
||||||
|
const run = async () => {
|
||||||
|
await smartopen.openUrl('https://lossless.com');
|
||||||
|
};
|
||||||
|
run();
|
||||||
|
```
|
||||||
|
|
||||||
For further information read the linked docs at the top of this readme.
|
For further information read the linked docs at the top of this readme.
|
||||||
|
|
||||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartopen",
|
"name": "@pushrocks/smartopen",
|
||||||
"version": "1.0.10",
|
"version": "1.0.13",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartopen",
|
"name": "@pushrocks/smartopen",
|
||||||
"version": "1.0.10",
|
"version": "1.0.13",
|
||||||
"description": "open things",
|
"description": "open things",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user