yfinkelstein / node-zookeeper

node.js client for Apache Zookeeper
MIT License
479 stars 111 forks source link

fix: get functions returns an array of [stat, string|Buffer] #306

Closed DavidVujic closed 2 years ago

DavidVujic commented 2 years ago

Description

Fixed incorrect type definitions for the get and w_get functions.

Motivation and Context

Fixes #304

How Has This Been Tested?

CircleCI ✅ npm test ✅

Types of changes

Checklist: