mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
Update meteor.d.ts
This commit is contained in:
Vendored
+2
@@ -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