@remirror/core-helpers
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -1,2 +0,1 @@ | ||
import type { ClassName } from '@linaria/core/cx'; | ||
import omit from 'object.omit'; | ||
@@ -489,2 +488,3 @@ import pick from 'object.pick'; | ||
export declare function getLazyArray<Type>(value: Type[] | (() => Type[])): Type[]; | ||
export type ClassName<T = string> = T | false | void | null | 0 | ''; | ||
export declare function cx(...classes: ClassName[]): string; | ||
@@ -491,0 +491,0 @@ export { camelCase, capitalCase, constantCase, kebabCase, pascalCase, pathCase, snakeCase, spaceCase, } from 'case-anything'; |
import { BaseError } from 'make-error'; | ||
import { ErrorConstant } from '@remirror/core-constants'; | ||
import { ClassName } from '@linaria/core/cx'; | ||
import { AnyConstructor, AnyFunction, UnknownShape, Primitive, JsonPrimitive, Shape, Nullable, ConditionalExcept } from '@remirror/types'; | ||
@@ -546,2 +545,3 @@ export { camelCase, capitalCase, constantCase, kebabCase, pascalCase, pathCase, snakeCase, spaceCase } from 'case-anything'; | ||
declare function getLazyArray<Type>(value: Type[] | (() => Type[])): Type[]; | ||
type ClassName<T = string> = T | false | void | null | 0 | ''; | ||
declare function cx(...classes: ClassName[]): string; | ||
@@ -594,2 +594,2 @@ | ||
export { Cast, RemirrorError, RemirrorErrorOptions, assert, assertGet, callIfDefined, capitalize, clamp, cleanupOS, clone, cx, deepMerge, defaultImport, entries, findMatches, flattenArray, format, freeze, get, getLazyArray, hasOwnProperty, includes, invariant, isAndroidOS, isArray, isBoolean, isClass, isDate, isDirectInstanceOf, isEmptyArray, isEmptyObject, isEqual, isError, isFunction, isInstanceOf, isInteger, isJSONPrimitive, isMap, isNativePromise, isNonEmptyArray, isNull, isNullOrUndefined, isNumber, isObject, isPlainObject, isPrimitive, isPromise, isRegExp, isSafeInteger, isSet, isString, isSymbol, isUndefined, keys, last, noop, object, omitUndefined, randomFloat, randomInt, range, set, shallowClone, sort, startCase, take, toString, uniqueArray, uniqueBy, uniqueId, unset, values, within }; | ||
export { Cast, ClassName, RemirrorError, RemirrorErrorOptions, assert, assertGet, callIfDefined, capitalize, clamp, cleanupOS, clone, cx, deepMerge, defaultImport, entries, findMatches, flattenArray, format, freeze, get, getLazyArray, hasOwnProperty, includes, invariant, isAndroidOS, isArray, isBoolean, isClass, isDate, isDirectInstanceOf, isEmptyArray, isEmptyObject, isEqual, isError, isFunction, isInstanceOf, isInteger, isJSONPrimitive, isMap, isNativePromise, isNonEmptyArray, isNull, isNullOrUndefined, isNumber, isObject, isPlainObject, isPrimitive, isPromise, isRegExp, isSafeInteger, isSet, isString, isSymbol, isUndefined, keys, last, noop, object, omitUndefined, randomFloat, randomInt, range, set, shallowClone, sort, startCase, take, toString, uniqueArray, uniqueBy, uniqueId, unset, values, within }; |
{ | ||
"name": "@remirror/core-helpers", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Provide helper functions for the remirror codebase, kinda like a tiny lodash", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-helpers", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
161302