UNPKG

bali-component-framework

Version:

This library provides a JavaScript based implementation of the Bali Nebula™ Component Framework.

18 lines (15 loc) 962 B
/************************************************************************ * Copyright (c) Crater Dog Technologies(TM). All Rights Reserved. * ************************************************************************ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * * * This code is free software; you can redistribute it and/or modify it * * under the terms of The MIT License (MIT), as published by the Open * * Source Initiative. (See http://opensource.org/licenses/MIT) * ************************************************************************/ 'use strict'; exports.Calculator = require('./Calculator').Calculator; exports.Configurator = require('./Configurator').Configurator; exports.Controller = require('./Controller').Controller; exports.Decoder = require('./Decoder').Decoder; exports.Generator = require('./Generator').Generator;