```js // @noErrors import { command, form, getRequestEvent, prerender, query, read } from '$app/server'; ``` ## command
Available since 2.27Creates a remote command. When called from the browser, the function will be invoked on the server via a `fetch` call. See [Remote functions](/docs/kit/remote-functions#command) for full documentation.
Available since 2.27Creates a form object that can be spread onto a `