1
0
Fork 0
docsearch/src/utils/index.ts
François Chalifour 70b4de690d feat(docsearch): introduce transformSearchClient API
`transformSearchClient` allows to attach user agents to the search client, to manipulate the cache, etc.
2020-07-09 11:10:44 +02:00

3 lines
79 B
TypeScript

export * from './groupBy';
export * from './identity';
export * from './noop';