mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update meteor.d.ts
This commit is contained in:
parent
dade441471
commit
cc4e272bbf
2
meteor/meteor.d.ts
vendored
2
meteor/meteor.d.ts
vendored
@ -394,6 +394,8 @@ declare module Accounts {
|
||||
function onCreateUser(func: Function): void;
|
||||
function validateLoginAttempt(func: Function): { stop: () => void };
|
||||
function validateNewUser(func: Function): boolean;
|
||||
function loginServicesConfigured(): boolean;
|
||||
function onPageLoadLogin(func: Function): void;
|
||||
}
|
||||
|
||||
declare module App {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user