10 lines
319 B
JavaScript
10 lines
319 B
JavaScript
|
/**
|
||
|
* THIS FILE IS AUTO-GENERATED
|
||
|
* DON'T MAKE CHANGES HERE
|
||
|
*/
|
||
|
import { ImmutableDenseMatrixDependencies } from './dependenciesImmutableDenseMatrixClass.generated.js';
|
||
|
import { createIndexClass } from '../../factoriesAny.js';
|
||
|
export var IndexDependencies = {
|
||
|
ImmutableDenseMatrixDependencies,
|
||
|
createIndexClass
|
||
|
};
|