# type

`import { type } from "destack:reflect";`

Return the reflected type for `T`.

```ds title="type"
export declare function type<T>(): Type<T>
```

[language/library/src/reflect/type.ds:65](https://github.com/destack-sh/destack/blob/main/language/library/src/reflect/type.ds#L65)
