@sudoo/marked
Version:
JavaScript & TypeScript code runner in JavaScript, safe with marked territory, asynchronous
9 lines (8 loc) • 341 B
TypeScript
/**
* @author WMXPY
* @namespace Operation_MemberExpression
* @description Sand Function
*/
import { Sandbox } from "../../marked/sandbox";
import { SandFunction } from "../../variable/sand-function/sand-function";
export declare const memberExpressionSandFunction: (sandbox: Sandbox, target: SandFunction, key: string | number) => any;