????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@babel/types/lib/converters/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@babel/types/lib/converters/ensureBlock.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = ensureBlock; var _toBlock = require("./toBlock.js"); function ensureBlock(node, key = "body") { const result = (0, _toBlock.default)(node[key], node); node[key] = result; return result; } //# sourceMappingURL=ensureBlock.js.map