Package Exports
- @supabase/functions-js
- @supabase/functions-js/dist/main/index.js
- @supabase/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 (@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
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