UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

4 lines (3 loc) 150 B
export { isEqualStringList }; type StringList = false | string | string[]; declare function isEqualStringList(a: StringList, b: StringList): boolean;