https://github.com/moosync/extension-api-types
Moosync extension API types for typescript
https://github.com/moosync/extension-api-types
Last synced: 3 months ago
JSON representation
Moosync extension API types for typescript
- Host: GitHub
- URL: https://github.com/moosync/extension-api-types
- Owner: Moosync
- Created: 2021-10-07T21:43:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T01:23:33.000Z (over 2 years ago)
- Last Synced: 2025-01-17T16:17:15.681Z (over 1 year ago)
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moosync Extension API
Typescript definitions for Moosync extension API.
## Documentation
Documentation for this repo can be found [here](https://moosync.cf/docs/extensions_api/index.html)
## Usage
To use this in your typescript extension, simply run
``` bash
yarn add @moosync/moosync-types
```
## Sample
A sample extension can be found at **[Moosync Typescript template](https://github.com/Moosync/extension-typescript-template)**