function CPL
CPL(ps?: number): unknown

Cursor Preceding Line

Moves cursor Ps times up (default=1) and to the first column.

Parameters

optional
ps: number

Return Type

unknown

Usage

import { CPL } from "csi.ts";