Skip to content

Reference

Reference is information-oriented: a precise, exhaustive description of the API. For task-focused help, see the How-to guides.

  • Clipse class — constructor, accessors, and every method.
  • Types — the exported type definitions.
  • Parsing rules — how arguments and options are parsed.

Installation

sh
bun add clipse   # or: npm install clipse

clipse ships as ESM + CommonJS with bundled type declarations. typescript is a peer dependency (^5.8.3).

ts
import { Clipse } from "clipse";

Released under the MIT License.