mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 22:38:33 +08:00
Update meteor.d.ts
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user