%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/node_modules/jsx-ast-utils/src/values/expressions/
Upload File :
Create Path :
Current File : /var/www/html/node_modules/jsx-ast-utils/src/values/expressions/FunctionExpression.js

/**
 * Extractor function for a FunctionExpression type value node.
 * Statically, we can't execute the given function, so just return a function
 * to indicate that the value is present.
 *
 * @param - value - AST Value object with type `FunctionExpression`
 * @returns - The extracted value converted to correct type.
 */
export default function extractValueFromFunctionExpression(value) {
  return () => value;
}

Zerion Mini Shell 1.0