UNPKG

meshblu-google-vision

Version:

[![Build Status](https://travis-ci.org/octoblu/meshblu-google-vision.svg?branch=master)](https://travis-ci.org/octoblu/meshblu-google-vision) [![Code Climate](https://codeclimate.com/github/octoblu/meshblu-google-vision/badges/gpa.svg)](https://codeclimat

15 lines (11 loc) 388 B
module.exports = GlobalHeaderWriter var ExtendedHeaderWriter = require("./extended-header-writer.js") , inherits = require("inherits") inherits(GlobalHeaderWriter, ExtendedHeaderWriter) function GlobalHeaderWriter (props) { if (!(this instanceof GlobalHeaderWriter)) { return new GlobalHeaderWriter(props) } ExtendedHeaderWriter.call(this, props) this.props.type = "g" }