UNPKG
@edflex-tech/keycloakify
Version:
latest (5.9.1-rc.4)
5.9.1-rc.4
5.9.1-rc.3
Keycloak theme generator for Reacts app
github.com/garronej/keycloakify
edflex-tech/keycloakify
@edflex-tech/keycloakify
/
lib
/
tools
/
allPropertiesValuesToUndefined.d.ts
3 lines
(2 loc)
•
174 B
TypeScript
View Raw
1
2
3
import
"minimal-polyfills/Object.fromEntries"
;
export
declare
function
allPropertiesValuesToUndefined<T
extends
Record
<
string
,
unknown
>>(
obj
: T):
Record
<keyof T,
undefined
>;