UNPKG

@anderson.tec12/utils

Version:

[![npm version](https://badge.fury.io/js/%40anderson.tec12%2Futils.svg)](https://badge.fury.io/js/%40anderson.tec12%2Futils) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

21 lines (20 loc) 362 B
{ "name": "@anderson.tec12/utils", "version": "1.1.2", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "util", "typescript", "biblioteca" ], "author": "Seu Nome", "license": "MIT", "devDependencies": { "typescript": "^5.9.2" } }