@sudoo/marked
Version:
JavaScript & TypeScript code runner in JavaScript, safe with marked territory, asynchronous
9 lines (8 loc) • 324 B
TypeScript
/**
* @author WMXPY
* @namespace Parse
* @description Snapshot Scope Variable
*/
import { MarkedDebugSnapshotScopeVariable } from "../debug/snapshot/declare";
import { Variable } from "../variable/variable";
export declare const parseSnapshotScopeVariable: (variable: Variable<any>) => MarkedDebugSnapshotScopeVariable;