UNPKG

vike

Version:

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

7 lines (6 loc) 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.stringifyStringArray = stringifyStringArray; function stringifyStringArray(stringList) { return '[' + stringList.map((str) => "'" + str + "'").join(', ') + ']'; }