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.

10 lines (8 loc) 283 B
/** @noSelfInFile */ declare namespace smart_covers { export const descriptions: AnyTable export function exit_random(p: number | string): boolean export function main(): void export function script_functor_jump(): boolean export function script_functor_true(): boolean }