UNPKG

@storm-stack/types

Version:

⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.

6 lines (5 loc) 159 B
export declare const isBufferExists: boolean; /** * Check if the provided value's type is `Buffer` */ export declare const isBuffer: typeof Buffer.isBuffer;