fixed duplicated buffer import

This commit is contained in:
Umed Khudoiberdiev 2024-01-03 17:41:04 +05:00
parent b6ef306d88
commit ffa84993de

View File

@ -1,5 +1,3 @@
import { Buffer } from "buffer";
/**
* Browser's implementation of the platform-specific tools.
*
@ -7,7 +5,7 @@ import { Buffer } from "buffer";
* For node.js environment this class is not getting packaged.
* Don't use methods of this class in the code, use PlatformTools methods instead.
*/
import { Buffer } from "buffer";
import { Buffer } from "buffer";
export class PlatformTools {