Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 421 Bytes

File metadata and controls

18 lines (11 loc) · 421 Bytes

typelab / aliases / Any

type Any = any;

Type that refers to any.

Useful for bypass lint or type coverage checks. Please use only in circumstances that require it.

See *this link*.

Remarks

Basically the same as TypeScript's built-in any.

It's better to not use any.