UNPKG

remix-typedjson

Version:

This package is a replacement for superjson to use in your Remix app. It handles a subset of types that `superjson` supports, but is faster and smaller.

3 lines (2 loc) 292 B
export { TypedAwait, deserializeRemix, redirect, stringifyRemix, typeddefer, typedjson, useTypedActionData, useTypedFetcher, useTypedLoaderData, useTypedRouteLoaderData, } from './remix'; export { applyMeta, deserialize, parse, registerCustomType, serialize, stringify, } from './typedjson';