UNPKG

123 BTypeScriptView Raw
1import { ToString } from "./types";
2/**
3 * Stringify an array of values.
4 */
5export declare const arrayToString: ToString;