Skip to main content
Module

x/alfredo/deps.ts>parseBuffer

Your Alfred workflows on steroids with Deno
Latest
function parseBuffer
import { parseBuffer } from "https://deno.land/x/alfredo@0.4.3/deps.ts";

Parses a typed array buffer holding a binary property list into its equivalent JavaScript value. Use parseFile or parseFileSync to parse a file from the disk.

For more information about binary property lists, see: https://en.wikipedia.org/wiki/Property_list

Parameters

buffer: ArrayBufferView