An open API service indexing awesome lists of open source software.

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

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)**