Function tsSimpleMinifyCode

  • Minifies the given TypeScript code by removing empty lines and trimming lines.

    Parameters

    • string: string

      The TypeScript code to minify.

    Returns string

    The minified TypeScript code.

    Example

    //
    

    Function

    tsSimpleMinifyCode

Generated using TypeDoc