hp-app-bundle-sdk
Version:
A comprehensive SDK for building mini-applications.
6 lines • 468 B
TypeScript
import { AuthToken, FacebookAuthConfig, GoogleAuthConfig, UserProfile } from "./types";
export declare const isAuthToken: (token: unknown) => token is AuthToken;
export declare const isUserProfile: (profile: unknown) => profile is UserProfile;
export declare const isGoogleAuthConfig: (config: unknown) => config is GoogleAuthConfig;
export declare const isFacebookAuthConfig: (config: unknown) => config is FacebookAuthConfig;
//# sourceMappingURL=typeGuards.d.ts.map