UNPKG

@sudoo/marked

Version:

JavaScript & TypeScript code runner in JavaScript, safe with marked territory, asynchronous

10 lines (9 loc) 185 B
/** * @author WMXPY * @namespace Operation_VariableDeclaration * @description Declare */ export type DeclareVariableElement = { readonly id: string; readonly value: any; };