File tree Expand file tree Collapse file tree 7 files changed +22
-22
lines changed
lib/node_modules/@stdlib/namespace/lib/namespace Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -163,12 +163,12 @@ ns.push({
163
163
164
164
ns . push ( {
165
165
'alias' : 'CircularBuffer' ,
166
- 'path' : '@stdlib/utils /circular-buffer' ,
167
- 'value' : require ( '@stdlib/utils /circular-buffer' ) ,
166
+ 'path' : '@stdlib/dstructs /circular-buffer' ,
167
+ 'value' : require ( '@stdlib/dstructs /circular-buffer' ) ,
168
168
'type' : 'Function' ,
169
169
'related' : [
170
- '@stdlib/utils /fifo' ,
171
- '@stdlib/utils /stack'
170
+ '@stdlib/dstructs /fifo' ,
171
+ '@stdlib/dstructs /stack'
172
172
]
173
173
} ) ;
174
174
Original file line number Diff line number Diff line change @@ -282,12 +282,12 @@ ns.push({
282
282
283
283
ns . push ( {
284
284
'alias' : 'DoublyLinkedList' ,
285
- 'path' : '@stdlib/utils /doubly-linked-list' ,
286
- 'value' : require ( '@stdlib/utils /doubly-linked-list' ) ,
285
+ 'path' : '@stdlib/dstructs /doubly-linked-list' ,
286
+ 'value' : require ( '@stdlib/dstructs /doubly-linked-list' ) ,
287
287
'type' : 'Function' ,
288
288
'related' : [
289
- '@stdlib/utils /linked-list' ,
290
- '@stdlib/utils /stack'
289
+ '@stdlib/dstructs /linked-list' ,
290
+ '@stdlib/dstructs /stack'
291
291
]
292
292
} ) ;
293
293
Original file line number Diff line number Diff line change @@ -161,11 +161,11 @@ ns.push({
161
161
162
162
ns . push ( {
163
163
'alias' : 'FIFO' ,
164
- 'path' : '@stdlib/utils /fifo' ,
165
- 'value' : require ( '@stdlib/utils /fifo' ) ,
164
+ 'path' : '@stdlib/dstructs /fifo' ,
165
+ 'value' : require ( '@stdlib/dstructs /fifo' ) ,
166
166
'type' : 'Function' ,
167
167
'related' : [
168
- '@stdlib/utils /stack'
168
+ '@stdlib/dstructs /stack'
169
169
]
170
170
} ) ;
171
171
Original file line number Diff line number Diff line change @@ -3244,7 +3244,7 @@ ns.push({
3244
3244
'value' : require ( '@stdlib/assert/is-named-typed-tuple-like' ) ,
3245
3245
'type' : 'Function' ,
3246
3246
'related' : [
3247
- '@stdlib/utils /named-typed-tuple'
3247
+ '@stdlib/dstructs /named-typed-tuple'
3248
3248
]
3249
3249
} ) ;
3250
3250
Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ ns.push({
57
57
58
58
ns . push ( {
59
59
'alias' : 'LinkedList' ,
60
- 'path' : '@stdlib/utils /linked-list' ,
61
- 'value' : require ( '@stdlib/utils /linked-list' ) ,
60
+ 'path' : '@stdlib/dstructs /linked-list' ,
61
+ 'value' : require ( '@stdlib/dstructs /linked-list' ) ,
62
62
'type' : 'Function' ,
63
63
'related' : [
64
- '@stdlib/utils /doubly-linked-list' ,
65
- '@stdlib/utils /stack'
64
+ '@stdlib/dstructs /doubly-linked-list' ,
65
+ '@stdlib/dstructs /stack'
66
66
]
67
67
} ) ;
68
68
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ var ns = [];
30
30
31
31
ns . push ( {
32
32
'alias' : 'namedtypedtuple' ,
33
- 'path' : '@stdlib/utils /named-typed-tuple' ,
34
- 'value' : require ( '@stdlib/utils /named-typed-tuple' ) ,
33
+ 'path' : '@stdlib/dstructs /named-typed-tuple' ,
34
+ 'value' : require ( '@stdlib/dstructs /named-typed-tuple' ) ,
35
35
'type' : 'Function' ,
36
36
'related' : [
37
37
'@stdlib/array/typed' ,
38
- '@stdlib/utils /named-tuple'
38
+ '@stdlib/dstructs /named-tuple'
39
39
]
40
40
} ) ;
41
41
Original file line number Diff line number Diff line change @@ -781,11 +781,11 @@ ns.push({
781
781
782
782
ns . push ( {
783
783
'alias' : 'Stack' ,
784
- 'path' : '@stdlib/utils /stack' ,
785
- 'value' : require ( '@stdlib/utils /stack' ) ,
784
+ 'path' : '@stdlib/dstructs /stack' ,
785
+ 'value' : require ( '@stdlib/dstructs /stack' ) ,
786
786
'type' : 'Function' ,
787
787
'related' : [
788
- '@stdlib/utils /fifo'
788
+ '@stdlib/dstructs /fifo'
789
789
]
790
790
} ) ;
791
791
You can’t perform that action at this time.
0 commit comments