UNPKG

@supabase/functions-js

Version:

JS Client library to interact with Supabase Functions.

24 lines (13 loc) 611 B
# `functions-js` [![Coverage Status](https://coveralls.io/repos/github/supabase/functions-js/badge.svg?branch=main)](https://coveralls.io/github/supabase/functions-js?branch=main) [![pkg.pr.new](https://pkg.pr.new/badge/supabase/functions-js)](https://pkg.pr.new/~/supabase/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: ```sh npm i npm run test ```