Documentation
    Preparing search index...

    Namespace TypedRoute

    Type safe router decorator functions.

    TypedRoute is a module containing router decorator functions which can boost up JSON string conversion speed about 200x times faster than class-transformer. Furthermore, such JSON string conversion is even type safe through typia.

    For reference, if you try to invalid data that is not following the promised type T, 500 internal server error would be thrown. Also, as TypedRoute composes JSON string through typia.assertStringify<T>() function, it is not possible to modify response data through interceptors.

    Jeongho Nam - https://github.com/samchon

    Interfaces

    IValidateErrorLog

    Variables

    Delete
    Get
    Patch
    Post
    Put

    Functions

    setValidateErrorLogger