@sudoo/marked
Version:
JavaScript & TypeScript code runner in JavaScript, safe with marked territory, asynchronous
10 lines (9 loc) • 372 B
TypeScript
/**
* @author WMXPY
* @namespace Operation_MemberExpression
* @description Sand List
*/
import { Sandbox } from "../../marked/sandbox";
import { SandList } from "../../variable/sand-list";
export declare const GET_ARRAY_MEMBER_NOT_FOUND_SYMBOL: unique symbol;
export declare const memberExpressionSandList: (sandbox: Sandbox, list: SandList<any>, key: string) => any;