UNPKG

create-nova-vite-template

Version:

This is a dashboard template built with React and Vite. It provides a modern and responsive user interface for building web applications.

8 lines (6 loc) 154 B
export function stringifyParam(param: string[]) { return param?.join(","); } export function parseParam(param: string) { return param?.split(","); }