JSPM

@supabase/functions-js

2.5.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6315095
  • Score
    100M100P100Q215142F
  • License MIT

JS Client library to interact with Supabase Functions.

Package Exports

    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 (@supabase/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 pkg.pr.new

    JS Client library to interact with Supabase Functions.

    Docs

    https://supabase.com/docs/reference/javascript/functions-invoke

    testing

    To run tests you will need Node 20+.

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

    To start test run use the following command:

    npm i
    npm run test