module.ts 158 B

12345
  1. ///<reference path="../../../headers/common.d.ts" />
  2. import {MixedDatasource} from './datasource';
  3. export {MixedDatasource, MixedDatasource as Datasource};