UNPKG

ems-web-app-cognito

Version:

This angular.io module includes a component, service and supporting classes that wrap the Amazon Cognito Identity SDK to enable simple username/password authentication.

5 lines (4 loc) 251 B
export declare function unsnake(input?: string): string; export declare function tick(duration?: number): Promise<any>; export declare function trim(input?: string): string | undefined; export declare function params(requestedProperty?: string): any;