UNPKG

anomaly-packer

Version:

Anomaly Packer is a utility package for STALKER Anomaly creators to help them develop addons at speed with TypeScript's type-safety and game-oriented build tools.

11 lines (8 loc) 232 B
/** @noSelfInFile */ import type { Section } from 'anomaly-packer' declare global { namespace tasks_delivery { export function is_delivery_task(section: Section.Item): boolean export function on_game_start(): void } }