All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist._internal.react-server.d.mts Maven / Gradle / Ivy

The newest version!
type ArgumentsTuple = readonly [any, ...unknown[]];
type Arguments = string | ArgumentsTuple | Record | null | undefined | false;
type Key = Arguments | (() => Arguments);

declare const serialize: (key: Key) => [string, Arguments];

declare const INFINITE_PREFIX = "$inf$";

export { INFINITE_PREFIX, serialize };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy