UNPKG

@nx-dotnet/utils

Version:

This library was generated with [Nx](https://nx.dev).

8 lines (7 loc) 179 B
/*! * Determine if an object is a Buffer * * @author Feross Aboukhadijeh <https://feross.org> * @license MIT */ export declare function isBuffer(obj: any): obj is Buffer;