@remirror/types
Advanced tools
Comparing version 2.0.0-beta.1 to 2.0.0-beta.2
@@ -1,8 +0,2 @@ | ||
import type { Writable } from 'type-fest'; | ||
export * from './types'; | ||
/** @deprecated Use built-in `Awaited` instead */ | ||
type PromiseValue<T> = Awaited<T>; | ||
/** @deprecated Renamed to `Writable` */ | ||
type Mutable<BaseType, Keys extends keyof BaseType = keyof BaseType> = Writable<BaseType, Keys>; | ||
export type { Mutable, PromiseValue }; | ||
export type { Asyncify, AsyncReturnType, CamelCase, Class, ConditionalExcept, ConditionalKeys, ConditionalPick, DelimiterCase, Entries, Entry, Except, FixedLengthArray, Get, IterableElement, JsonArray, JsonObject, JsonValue, KebabCase, LiteralUnion, Merge, MergeExclusive, ObservableLike, Opaque, PackageJson, PartialDeep, PascalCase, Primitive, Promisable, ReadonlyDeep, RequireAtLeastOne, RequireExactlyOne, SetOptional, SetRequired, SetReturnType, SnakeCase, Stringified, TsConfigJson, TypedArray, UnionToIntersection, ValueOf, Writable, } from 'type-fest'; |
@@ -429,5 +429,2 @@ import { Asyncify } from 'type-fest'; | ||
/** @deprecated Renamed to `Writable` */ | ||
export declare type Mutable<BaseType, Keys extends keyof BaseType = keyof BaseType> = Writable<BaseType, Keys>; | ||
declare type NeverBrand = Brand<object, never>; | ||
@@ -506,5 +503,2 @@ | ||
/** @deprecated Use built-in `Awaited` instead */ | ||
export declare type PromiseValue<T> = Awaited<T>; | ||
/** | ||
@@ -511,0 +505,0 @@ * Used for attributes which can be added to prosemirror nodes and marks. |
@@ -1,3 +0,1 @@ | ||
export { Mutable } from './_tsup-dts-rollup'; | ||
export { PromiseValue } from './_tsup-dts-rollup'; | ||
export { Asyncify } from './_tsup-dts-rollup'; | ||
@@ -4,0 +2,0 @@ export { AsyncReturnType } from './_tsup-dts-rollup'; |
{ | ||
"name": "@remirror/types", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"description": "Base types used throughout the remirror packages.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
104337
1119