arthur-fontaine / agrume

Server-side functions in your frontend for any tool. Easy, customizable and type-safe. Made for frontend developers.
https://agrume.js.org
MIT License
9 stars 0 forks source link

New feature: allow to return other things than JSON Value #100

Open arthur-fontaine opened 1 month ago

arthur-fontaine commented 1 month ago

Thanks to https://github.com/yahoo/serialize-javascript, we can serialize more values that just JSON values. Use this to allow to return other things.