UNPKG

bali-component-framework

Version:

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

19 lines (16 loc) 981 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'; const collections = require('../collections'); // force these to load completely exports.Binary = require('./Binary').Binary; exports.Name = require('./Name').Name; exports.Symbol = require('./Symbol').Symbol; exports.Text = require('./Text').Text; exports.Version = require('./Version').Version;