module.ts 161 B

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