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

Returns a new Buffer that references the same memory as the original, but offset and cropped by the start and end indices.

Parameters

optional
begin = [UNSUPPORTED]
optional
end = [UNSUPPORTED]