mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
fixed duplicated buffer import
This commit is contained in:
parent
b6ef306d88
commit
ffa84993de
@ -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 {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user