Menu
typend Logotypend
DocsAPIBlog
typend Logotypend
  • Docs
  • API
  • Blog
  • The Basics
    • Getting Started
    • Setting up development environment
    • Testing
  • Usage
    • Introduction
    • Validation
    • Evaluation
    • Reflection
    • Conversion
  • Patterns
    • Introduction
    • Any
    • CollectionIncluding
    • CollectionWithin
    • Object > Collection
    • Equals
    • InstanceOf
    • Integer
    • Interface
    • Array > List
    • Maybe
    • never
    • OneOf
    • Optional
    • Array > Tuple
    • unknown
    • Unrecognized
    • void
    • where
  • Advanced
    • Classes
    • Domain Driven Design
    • Creating Pattern
    • Creating Utility

Any

any > Any#

Any value will be matching expectation.

import { check, validate, any } from 'typend';
check<any>('foo');
validate('foo', any);
Previous
« Introduction
Next
CollectionIncluding »

Docs

  • Getting Started
  • API

Community

  • Issues
  • Slack

More

  • GitHub
Adam Desivi, Eveble Logo
Released under MIT License
Copyright © 2023 Adam Desivi, Eveble. Built with Docusaurus