UNPKG

anomaly-packer

Version:

Anomaly Packer is a tool that helps in making of an addon for STALKER Anomaly with type-safe code using TypeScript

9 lines (7 loc) 154 B
/** @noSelfInFile */ declare namespace sound_theme { class sound { snd_obj: sound_object } export const theme: Record<string, sound> }