Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 476 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 476 Bytes

Bloba Travis CI Build Status

Convert anything to a Blob.

NPM Badge

Install

npm install bloba

Usage

const bloba = require("bloba");

bloba("Hello World!");
//=> Blob {...}

API

bloba(object)

object

Type: any

The object to convert.