Skip to content

Commit

Permalink
Removes kbn-std/unset as it's not used anywhere (#193298)
Browse files Browse the repository at this point in the history
## Summary

Removes unset as it's not used anywhere. Underscore includes an unset
function which most plugins seem to prefer.
  • Loading branch information
rudolf authored Sep 20, 2024
1 parent 96dd4c7 commit bddeac0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 134 deletions.
1 change: 0 additions & 1 deletion packages/kbn-std/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export type { URLMeaningfulParts } from './src/url';
export { isRelativeUrl, modifyUrl, getUrlOrigin } from './src/url';
export { isInternalURL } from './src/is_internal_url';
export { parseNextURL } from './src/parse_next_url';
export { unset } from './src/unset';
export { getFlattenedObject } from './src/get_flattened_object';
export { ensureNoUnsafeProperties } from './src/ensure_no_unsafe_properties';
export {
Expand Down
94 changes: 0 additions & 94 deletions packages/kbn-std/src/unset.test.ts

This file was deleted.

39 changes: 0 additions & 39 deletions packages/kbn-std/src/unset.ts

This file was deleted.

0 comments on commit bddeac0

Please sign in to comment.