@koine/utils 2.0.0-beta.189 → 2.0.0-beta.190
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -153,11 +153,11 @@ export { uid } from "./uid";
|
|
|
153
153
|
export { updateLinkParams } from "./updateLinkParams";
|
|
154
154
|
export { updateUrlQueryParams } from "./updateUrlQueryParams";
|
|
155
155
|
export { uppercase } from "./uppercase";
|
|
156
|
-
export { urlSearchParamsSerializer, type UrlSearchParamSerializer } from "./urlSearchParamsSerializer";
|
|
156
|
+
export { urlSearchParamsSerializer, type UrlSearchParamSerializer, } from "./urlSearchParamsSerializer";
|
|
157
157
|
export { uuid } from "./uuid";
|
|
158
158
|
export { uuidNumeric } from "./uuidNumeric";
|
|
159
159
|
export { wait } from "./wait";
|
|
160
|
-
export type { AnythingFalsy, FlatObjectFirstLevel, KeysStartsWith, KeysTailsStartsWith, KeysOfValue, NonNullableObjectDeep, NullableObjectDeep, OmitNever, PickStartsWith, PickStartsWithTails, RequiredNonNullableObjectDeep, RequiredObjectDeep, Reverse, TestType, OverloadsToTuple } from "./types";
|
|
160
|
+
export type { AnythingFalsy, FlatObjectFirstLevel, KeysStartsWith, KeysTailsStartsWith, KeysOfValue, NonNullableObjectDeep, NullableObjectDeep, OmitNever, PickStartsWith, PickStartsWithTails, RequiredNonNullableObjectDeep, RequiredObjectDeep, Reverse, TestType, OverloadsToTuple, } from "./types";
|
|
161
161
|
/**
|
|
162
162
|
* These types should not be documented by using [`excludeExternals` TypeDoc flag](https://typedoc.org/options/input/#excludeexternals)
|
|
163
163
|
*/
|
package/package.json
CHANGED