Skip to content

@pinia/root / pinia / _UnwrapAll

_UnwrapAll<SS> ​

ts
type _UnwrapAll<SS> = { [K in keyof SS]: UnwrapRef<SS[K]> };

Type that enables refactoring through IDE. For internal use only

Type Parameters ​

SS ​

SS

Released under the MIT License.