Skip to content

isPlatform

@tsed/cli

Usage

typescript
import { isPlatform } from "@tsed/cli/src/commands/init/utils/isPlatform";

See /packages/cli/src/commands/init/utils/isPlatform.ts.

Overview

ts
function isPlatform(...types: string[]): (ctx: any) => boolean;

Released under the MIT License.