untyped is a lightweight JavaScript library that removes type checking. Designed for rapid prototyping and situations where type safety is not immediately critical, untyped accepts any input without enforcing specific data types. Use it carefully, as it trades type safety for flexibility, potentially masking errors that type checkers would normally catch. Intended for controlled environments only.