Skip to content

routier-collection


routier-collection / core/src / toExpression

Function: toExpression() ​

toExpression<T, P>(schema, fn, params?): Expression

Defined in: core/src/expressions/parser.ts:2583

Type Parameters ​

T ​

T extends unknown

P ​

P extends unknown

Parameters ​

schema ​

CompiledSchema<any>

fn ​

Filter<T> | ParamsFilter<T, P>

params? ​

P

Returns ​

Expression

Released under the MIT License.