react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
9 lines (8 loc) • 347 B
TypeScript
export declare function loadEnvs(options?: {
production?: boolean;
}): {
stringified: Record<string, string>;
raw: Record<string, string>;
};
export declare const stringifyEnvs: (raw: Record<string, string>) => Record<string, string>;
export declare const stringifyProcessEnvs: (raw: Record<string, string>) => Record<string, string>;