JSPM

@omneedia/functions-js

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q23283F
  • License MIT

JS Client library to interact with Omneedia Functions.

Package Exports

  • @omneedia/functions-js
  • @omneedia/functions-js/dist/main/index.js
  • @omneedia/functions-js/dist/module/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@omneedia/functions-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

functions-js

Coverage Status

JS Client library to interact with Supabase Functions.

Docs

https://supabase.github.io/functions-js/v2

testing

To run tests you will need Node 18+.

You are going to need docker daemon running to execute tests.

To start test run use the following command:

npm i
npm run test