@keawade/using
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@keawade/using", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Using implementation for disposable resources.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# Using | ||
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/keawade/using/ci/main) | ||
![npm](https://img.shields.io/npm/v/@keawade/using) | ||
![NPM](https://img.shields.io/npm/l/@keawade/using) | ||
![Snyk Vulnerabilities for npm package version](https://img.shields.io/snyk/vulnerabilities/npm/@keawade/using) | ||
Provides a convenient syntax that ensures the correct use of Disposable or | ||
@@ -9,0 +4,0 @@ Destroyable objects. That is, objects with either a `dispose()` or `destroy()` |
13818
106