Export Object with Var (#1057)

This commit is contained in:
Norbert Elter
2024-11-06 14:37:38 +04:00
committed by GitHub
parent c086389ec9
commit 6ed1d9b532

View File

@@ -98,4 +98,4 @@ function _Object<T extends TProperties>(properties: T, options?: ObjectOptions):
}
/** `[Json]` Creates an Object type */
export const Object = _Object
export var Object = _Object