@remirror/core-helpers
Advanced tools
Comparing version 0.0.0-pr1713.4 to 0.0.0-pr1713.5
@@ -491,3 +491,4 @@ import type { ClassName } from '@linaria/core/types/cx'; | ||
export { camelCase, capitalCase, constantCase, kebabCase, pascalCase, pathCase, snakeCase, spaceCase, } from 'case-anything'; | ||
export type { debounce as DebouncedFunction, throttle as ThrottledFunction, } from 'throttle-debounce'; | ||
export { debounce, throttle } from 'throttle-debounce'; | ||
export { omit, pick }; |
{ | ||
"name": "@remirror/core-helpers", | ||
"version": "0.0.0-pr1713.4", | ||
"version": "0.0.0-pr1713.5", | ||
"description": "Provide helper functions for the remirror codebase, kinda like a tiny lodash", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-helpers", | ||
"@linaria/core": "3.0.0-beta.13", | ||
"@remirror/core-constants": "0.0.0-pr1713.4", | ||
"@remirror/types": "0.0.0-pr1713.4", | ||
"@remirror/core-constants": "0.0.0-pr1713.5", | ||
"@remirror/types": "0.0.0-pr1713.5", | ||
"@types/object.omit": "^3.0.0", | ||
@@ -39,0 +39,0 @@ "@types/object.pick": "^1.3.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
124701
1141
+ Added@remirror/core-constants@0.0.0-pr1713.5(transitive)
+ Added@remirror/types@0.0.0-pr1713.5(transitive)
- Removed@remirror/core-constants@0.0.0-pr1713.4(transitive)
- Removed@remirror/types@0.0.0-pr1713.4(transitive)