Skip to content

Commit

Permalink
feat: add reexport GetResult and ExtendedGetResult types from agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed May 24, 2022
1 parent 3e17466 commit 8ced12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export { ICache, Cacheable, LocalStorageCache, SessionStorageCache, InMemoryCach
export * from './client'
export * from './global'

export { Agent, LoadOptions, GetOptions } from '@fingerprintjs/fingerprintjs-pro'
export type { Agent, LoadOptions, GetOptions, GetResult, ExtendedGetResult } from '@fingerprintjs/fingerprintjs-pro'

0 comments on commit 8ced12b

Please sign in to comment.