@remix-run/server-runtime
Version:
Server runtime for Remix
28 lines (23 loc) • 991 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
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var serverRuntime = require('@remix-run/server-runtime');
/** @deprecated Import `createSession` from `@remix-run/server-runtime` instead. */
exports.createSession = serverRuntime.createSession;
/** @deprecated Import `isCookie` from `@remix-run/server-runtime` instead. */
exports.isCookie = serverRuntime.isCookie;
/** @deprecated Import `isSession` from `@remix-run/server-runtime` instead. */
exports.isSession = serverRuntime.isSession;
/** @deprecated Import `json` from `@remix-run/server-runtime` instead. */
exports.json = serverRuntime.json;
/** @deprecated Import `redirect` from `@remix-run/server-runtime` instead. */
exports.redirect = serverRuntime.redirect;