DIR : /home/kozerus/public_html/cropex/node/node_modules/space-separated-tokens/index.d.ts

/home/kozerus/public_html/cropex/node/node_modules/space-separated-tokens

/**
 * Parse space-separated tokens to an array of strings.
 *
 * @param {string} value
 *   Space-separated tokens.
 * @returns {Array<string>}
 *   List of tokens.
 */
export function parse(value: string): Array<string>
/**
 * Serialize an array of strings as space separated-tokens.
 *
 * @param {Array<string|number>} values
 *   List of tokens.
 * @returns {string}
 *   Space-separated tokens.
 */
export function stringify(values: Array<string | number>): string
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer