UNPKG

ziglite

Version:

A Laravel named routes integration for Javascript

12 lines (11 loc) 258 B
export type PermitsEmptyArrays<T> = T | []; export type NonEmptyArray<T> = [T, ...T[]]; export type BriefLocation = { host: string; pathname: string; search: string; }; export type LocationAndQuery = { location: string; query: string; };