Skip to content
Snippets Groups Projects
transforms.ts 377 B
/**
 * Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author David Sehnal <david.sehnal@gmail.com>
 */

import * as Data from './transforms/data'
import * as Model from './transforms/model'
import * as Representation from './transforms/representation'

export const StateTransforms = {
    Data,
    Model,
    Representation
}