Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kd_clients/core/Utils.ts>Utils.splitByComma

Various HTTP clients for miscellaneous use.
Go to Latest
method Utils.splitByComma
import { Utils } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/core/Utils.ts";

Splits the given value by comma.

Parameters

value: string

The value to split by comma.

Returns

string[]

The values split by comma.