File tree Expand file tree Collapse file tree 1 file changed +41
-3
lines changed
Expand file tree Collapse file tree 1 file changed +41
-3
lines changed Original file line number Diff line number Diff line change 1- // eslint-disable-next-line unicorn/prefer-node-protocol, n/no-deprecated-api
2- import { Buffer , SlowBuffer , kMaxLength } from 'buffer'
1+ import {
2+ Blob ,
3+ BlobOptions ,
4+ Buffer ,
5+ File ,
6+ FileOptions ,
7+ INSPECT_MAX_BYTES ,
8+ // eslint-disable-next-line n/no-deprecated-api
9+ SlowBuffer ,
10+ TranscodeEncoding ,
11+ atob ,
12+ btoa ,
13+ constants ,
14+ isAscii ,
15+ isUtf8 ,
16+ kMaxLength ,
17+ kStringMaxLength ,
18+ resolveObjectURL ,
19+ transcode ,
20+ // eslint-disable-next-line unicorn/prefer-node-protocol
21+ } from 'buffer'
22+
23+ export {
24+ Blob ,
25+ BlobOptions ,
26+ Buffer ,
27+ File ,
28+ FileOptions ,
29+ INSPECT_MAX_BYTES ,
30+ SlowBuffer ,
31+ TranscodeEncoding ,
32+ atob ,
33+ btoa ,
34+ constants ,
35+ isAscii ,
36+ isUtf8 ,
37+ kMaxLength ,
38+ kStringMaxLength ,
39+ resolveObjectURL ,
40+ transcode ,
41+ }
342
4- export { Buffer , SlowBuffer , kMaxLength }
543export default Buffer
You can’t perform that action at this time.
0 commit comments