Skip to main content
This release is 3 versions behind 0.1.2 — the latest version of @vyke/torao. Jump to latest

@vyke/torao@0.0.7
Built and signed on GitHub Actions

This package works with Browsers
This package works with Browsers
JSR Score
58%
Published
2 weeks ago (0.0.7)
type alias InferEntity

Type Parameters

TCreator

Definition

Simplify<[K in keyof TCreator]?: TCreator[K] extends Creator<infer TValue, any> ? TValue : never>