parseOption
@tsed/cli-core
Usage
typescript
import { parseOption } from "@tsed/cli-core";Overview
ts
function parseOption(value: any, options: {
type?: Type<any>;
itemType?: Type<any>;
customParser?: any;
}): any;type
ts
type?: Type<any>;itemType
ts
itemType?: Type<any>;customParser
ts
customParser?: any;