@remix-run/server-runtime
Version:
Server runtime for Remix
12 lines (11 loc) • 332 B
JavaScript
/**
* @remix-run/server-runtime v1.19.3
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
export { createSession, isCookie, isSession, json, redirect } from '@remix-run/server-runtime';