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) 275 B
/** @noSelfInFile */ import type { Section } from 'anomaly-packer' declare global { namespace tasks_fetch { export function on_game_start(): void export function postpone_fetch_for_next_frame(task_id: string, section: Section.Item, amount: number): boolean } }