mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Fixed jwtDecode import.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import * as jwtDecode from 'jwt-decode';
|
||||
|
||||
/// <reference path="jwt-decode.d.ts" />
|
||||
import jwtDecode = require('jwt-decode');
|
||||
|
||||
let token = "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJmb28iOiJiYXIiLCJleHAiOjEzOTMyODY4OTMsImlhdCI6MTM5MzI2ODg5M30.4-iaDojEVl0pJQMjrbM1EzUIfAZgsbK_kgnVyVxFSVo";
|
||||
|
||||
interface TokenDto {
|
||||
|
||||
Reference in New Issue
Block a user