UNPKG

dicelang

Version:

JavaScript interpreter of the Roll20 dice language

4 lines (3 loc) 265 B
import { IExpression } from '../Common/IExpression'; export declare function parenthesize(input: string, openParenChar?: string, closeParenChar?: string): IExpression; export declare function splitOperators(input: string, operatorMatcher?: RegExp): IExpression;