UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

19 lines (12 loc) 282 B
'use strict'; var Buffer = require('../../').Buffer; var assert = require('assert'); assert.doesNotThrow(function() { Buffer.allocUnsafe(10); }); assert.throws(function() { Buffer.from(10, 'hex'); }); assert.doesNotThrow(function() { Buffer.from('deadbeaf', 'hex'); });