Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method Buffer.alloc
import { Buffer } from "https://deno.land/x/postcss@8.4.16/lib/deps.js";

Allocates a new Buffer of size bytes.

Parameters

size: number
optional
fill:
| number
| string
| Uint8Array
optional
encoding = [UNSUPPORTED]