@drincs/pixi-vn-ink
Version:
Pixi'VN gives you the ability to write your own narrative using Ink
9 lines (6 loc) • 477 B
TypeScript
import { StorageElementType } from '@drincs/pixi-vn';
import { PixiVNJsonValueGet } from '@drincs/pixi-vn-json';
import { ArithmeticFunctions } from '../types/parserItems/NativeFunctions.js';
import VariableReference from '../types/parserItems/VariableReference.js';
declare function arithmeticParser(data: (ArithmeticFunctions | VariableReference)[], labelKey: string, paramNames: string[]): PixiVNJsonValueGet | StorageElementType | undefined;
export { arithmeticParser };