mirror of
https://github.com/zoriya/typebox.git
synced 2025-12-06 06:46:10 +00:00
Export Object with Var (#1057)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user