We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d85f9 commit a4db61fCopy full SHA for a4db61f
src/utils.ts
@@ -22,4 +22,4 @@ export const rangeCheck = (field: string, value: number, min?: number, max?: num
22
* isDynamicBuffer(buf2); // false
23
* ```
24
*/
25
-export const isDynamicBuffer = (val: any) => val instanceof DynamicBuffer;
+export const isDynamicBuffer = (val: any) => val instanceof DynamicBuffer;
0 commit comments