UNPKG

@deepkit/bson

Version:

Deepkit BSON parser

8 lines (7 loc) 209 B
/*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh <https://feross.org> * @license MIT */ export declare function utf8Slice(buf: any, start: any, end: any): string;