Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Prefixer

type Prefixer = (
property: string,
value: string,
important?: boolean,
) => string
;

§Type

§
(property: string, value: string, important?: boolean) => string
[src]