Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/postcss/lib/list.js>List

Postcss for Deno
Latest
type alias List
import { type List } from "https://deno.land/x/postcss@8.4.16/lib/list.js";
definition: { split(
string: string,
separators: string[],
last: boolean,
): string[]; space(str: string): string[]; comma(str: string): string[]; }