File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 40
40
"." : {
41
41
"import" : " ./src/lib.js" ,
42
42
"types" : " ./dist/src/lib.d.ts"
43
+ },
44
+ "./src/file.js" : {
45
+ "import" : " ./src/file.js" ,
46
+ "types" : " ./dist/src/file.d.ts"
47
+ },
48
+ "./src/file/layout/trickle.js" : {
49
+ "import" : " ./src/file/layout/trickle.js" ,
50
+ "types" : " ./dist/src/file/layout/trickle.d.ts"
51
+ },
52
+ "./src/file/layout/balanced.js" : {
53
+ "import" : " ./src/file/layout/balanced.js" ,
54
+ "types" : " ./dist/src/file/layout/balanced.d.ts"
55
+ },
56
+ "./src/file/layout/queue.js" : {
57
+ "import" : " ./src/file/layout/queue.js" ,
58
+ "types" : " ./dist/src/file/layout/queue.d.ts"
59
+ },
60
+ "./src/file/chunker/fixed.js" : {
61
+ "import" : " ./src/file/chunker/fixed.js" ,
62
+ "types" : " ./dist/src/file/chunker/fixed.d.ts"
63
+ },
64
+ "./src/file/chunker/rabin.js" : {
65
+ "import" : " ./src/file/chunker/rabin.js" ,
66
+ "types" : " ./dist/src/file/chunker/rabin.d.ts"
67
+ },
68
+ "./src/file/chunker/buffer.js" : {
69
+ "import" : " ./src/file/chunker/buffer.js" ,
70
+ "types" : " ./dist/src/file/chunker/buffer.d.ts"
43
71
}
44
72
},
45
73
"c8" : {
You can’t perform that action at this time.
0 commit comments