Skip to content

cs2 builder library API

Viktor Savenko edited this page Sep 19, 2025 · 1 revision

This builder has its own API to simplify the workflow.

Utils

debug

A simple way to log to the console, with separation from previous logs.

import { debug } from '@cs2builder/utils'

debug("Hello world from debug API!")
image

Clone this wiki locally