Skip to content

Commit e1d890a

Browse files
author
Olivier Refalo
committed
add api.export signatures
1 parent b11b60a commit e1d890a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meteor.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ declare module Package {
4848
}
4949

5050
interface Api {
51+
export(variable:string);
52+
export(variables:string[]);
5153
use(deps:string[], where?:string[]);
5254
use(deps:string[], where?:string);
5355
add_files(file:string, where?:string[]);
@@ -304,7 +306,6 @@ interface Random {
304306

305307
declare var Random:Random;
306308

307-
308309
// METEOR --------------
309310

310311
declare module Meteor {

0 commit comments

Comments
 (0)