Kinvey/js-sdk

View on GitHub
packages/js-sdk/src/user/index.ts

Summary

Maintainability
A
2 hrs
Test Coverage

User has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

export class User extends KinveyUser {
  static exists(username: string, options?: ExistsOptions) {
    return exists(username, options);
  }

Severity: Minor
Found in packages/js-sdk/src/user/index.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status