UNPKG

meteor-typings

Version:
11 lines (10 loc) 291 B
declare module Accounts { function onLogout(func: Function): void; function makeClientLoggedOut(): boolean | void; } declare module "meteor/accounts-base" { module Accounts { function onLogout(func: Function): void; function makeClientLoggedOut(): boolean | void; } }