kibana/packages/kbn-securitysolution-io-ts-utils
Tyler Smalley 4681a80317
[DX] Upgrade prettier to v2.4.0 (#112359)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-09-19 22:34:30 -07:00
..
src [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
BUILD.bazel chore(NA): replace babel config files by inline presets by default in the jsts_transpiler rule (#110620) 2021-09-03 21:17:46 +01:00
jest.config.js
package.json chore(NA): moving @kbn/securitysolution-io-ts-utils to babel transpiler (#110099) 2021-08-26 18:21:45 +01:00
README.md [Security Solutions] Breaks down the io-ts packages to decrease plugin size (#100058) 2021-05-13 15:36:06 -06:00
tsconfig.json chore(NA): moving @kbn/securitysolution-io-ts-utils to babel transpiler (#110099) 2021-08-26 18:21:45 +01:00

kbn-securitysolution-io-ts-utils

Very small set of utilities for io-ts which we use across plugins within security solutions such as securitysolution, lists, cases, etc... This folder should remain small and concise since it is pulled into front end and the more files we add the more weight will be added to all of the plugins. Also, any new dependencies added to this will add weight here and the other plugins, so be careful of what is added here.

You might consider making another package instead and putting a dependency on this one if needed, instead.

Related packages are

  • kbn-securitysolution-io-ts-alerting-types
  • kbn-securitysolution-io-ts-list-types
  • kbn-securitysolution-io-ts-types