If named functions are exported from use client, are they exposed to client
Unanswered
"use php" posted this in #help-forum
If named functions are exported from use client, are they exposed to client?
1 Reply
Like if I export a function like getData from use client function, and import it in a server route, will that be exposed to the client?