default: {
dropQueryAndAnchorFromUrl: ((url) => string);
forceReallocation: typeof forceReallocation;
generateId: typeof generateId;
generateUuid: typeof generateUuid;
hexStringToUint8Array: typeof hexStringToUint8Array;
kebabCaseToCamelCase: typeof kebabCaseToCamelCase;
}
Type declaration
-
dropQueryAndAnchorFromUrl: ((url) => string)
-
- (url): string
-
Returns string
-
forceReallocation: typeof forceReallocation
-
generateId: typeof generateId
-
generateUuid: typeof generateUuid
-
hexStringToUint8Array: typeof hexStringToUint8Array
-
kebabCaseToCamelCase: typeof kebabCaseToCamelCase