@trophyso/node
Version:
NodeJS SDK for the Trophy API
7 lines (6 loc) • 719 B
TypeScript
export { getObjectUtils, object } from "./object";
export type { inferObjectWithoutOptionalPropertiesSchemaFromPropertySchemas, inferParsedObjectWithoutOptionalPropertiesFromPropertySchemas, } from "./objectWithoutOptionalProperties";
export { objectWithoutOptionalProperties } from "./objectWithoutOptionalProperties";
export type { Property } from "./property";
export { isProperty, property } from "./property";
export type { BaseObjectSchema, inferObjectSchemaFromPropertySchemas, inferParsedObject, inferParsedObjectFromPropertySchemas, inferParsedPropertySchema, inferRawKey, inferRawObject, inferRawObjectFromPropertySchemas, inferRawPropertySchema, ObjectSchema, ObjectUtils, PropertySchemas, } from "./types";