Skip to content

Commit

Permalink
add aggregate to vl.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kanitw committed Jul 6, 2016
1 parent 44bcff8 commit 6eb4e1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import * as vlType from './type';
import * as vlValidate from './validate';
import * as vlUtil from './util';

export import aggregate = require('./aggregate');
export const bin = vlBin;
export const channel = vlChannel;
export const compile = vlCompile.compile;
Expand Down

0 comments on commit 6eb4e1d

Please sign in to comment.