UNPKG

@drincs/pixi-vn-ink

Version:

Pixi'VN gives you the ability to write your own narrative using Ink

9 lines (6 loc) 479 B
import { StorageElementType } from '@drincs/pixi-vn'; import { PixiVNJsonValueGet } from '@drincs/pixi-vn-json'; import { ArithmeticFunctions } from '../types/parserItems/NativeFunctions.cjs'; import VariableReference from '../types/parserItems/VariableReference.cjs'; declare function arithmeticParser(data: (ArithmeticFunctions | VariableReference)[], labelKey: string, paramNames: string[]): PixiVNJsonValueGet | StorageElementType | undefined; export { arithmeticParser };