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.

6 lines (4 loc) 165 B
/** @noSelfInFile */ declare namespace lua_ext { export function recurse_subdirectories_and_execute(node: string, ext: string, func: any, ...args: any[]): void }