fix: typing of serializeCache function

This commit is contained in:
Simone Busoli 2019-10-20 12:30:19 +02:00 committed by GitHub
parent 343810f3a7
commit 3040b80696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
index.d.ts vendored
View File

@ -38,7 +38,7 @@ export default function useAxios<T = any>(
]
export function loadCache(data: any[]): void
export function serializeCache(): any[]
export function serializeCache(): Promise<any[]>
export function configure(options: ConfigureOptions): void
export function resetConfigure(): void