mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* chore(NA): remove overrides for rootDir on packages * chore(NA): replace './target_types' with 'target_types' on packages * chore(NA): removes stripInternal false configs * chore(NA): remove unused strip internals |
||
---|---|---|
.. | ||
BUILD.bazel | ||
index.ts | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
tsconfig.json |
@kbn/utility-types-jest
TypeScript Jest utility types for usage in Kibana. You can add as much as any other types you think that makes sense to add here.
Usage
import type { MockedKeys } from '@kbn/utility-types-jest';
type A = MockedKeys<OTHER_TYPE>;
Reference
DeeplyMockedKeys<T>
MockedKeys<T>