0.2.3 • Published 3 years ago
@ynewtime/ts-lib v0.2.3
@ynewtime/ts-lib
Package description
Usage
Install package:
# npm
npm install @ynewtime/ts-lib
# yarn
yarn add @ynewtime/ts-lib
# pnpm
pnpm install @ynewtime/ts-libImport:
// ESM
import { sayHello } from '@ynewtime/ts-lib'
// CommonJS
const { sayHello } = require('@ynewtime/ts-lib')💻 Development
- Clone this repository
- Enable Corepack using
corepack enable(usenpm i -g corepackfor Node.js < 16.10) - Install dependencies using
pnpm install - Setup and update simple-git-hooks:
npx simple-git-hooks
License
Made with 💛
Published under MIT License.
0.2.3
3 years ago