ferngully-aurelia-tools
Version:
Ferngully Tools for Aurelia
19 lines • 445 B
JavaScript
System.register([], function (exports_1, context_1) {
"use strict";
var __moduleName = context_1 && context_1.id;
function using(resource, func) {
try {
func(resource);
}
catch (error) {
resource.dispose();
throw error;
}
}
return {
setters: [],
execute: function () {
}
};
});
//# sourceMappingURL=using.js.map