UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

14 lines (12 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function using(resource, func) { try { func(resource); } finally { resource.dispose(); } } exports.using = using; //# sourceMappingURL=using.js.map