mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Merge pull request #10721 from westy92/master
Fix module name of auth0-js.
This commit is contained in:
2
auth0-js/auth0-js.d.ts
vendored
2
auth0-js/auth0-js.d.ts
vendored
@@ -127,6 +127,6 @@ interface Auth0DelegationToken {
|
||||
|
||||
declare var Auth0: Auth0Static;
|
||||
|
||||
declare module "auth0" {
|
||||
declare module "auth0-js" {
|
||||
export = Auth0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user