UNPKG

tiny-essentials

Version:

Collection of small, essential scripts designed to be used across various projects. These simple utilities are crafted for speed, ease of use, and versatility.

4 lines 136 B
import verify from './verify.mjs'; import install from './install.mjs'; export { verify, install }; //# sourceMappingURL=index.d.mts.map