@ynewtime/ts-lib
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

@ynewtime/ts-lib

npm version npm downloads

Package description

Usage

Install package:

# npm
npm install @ynewtime/ts-lib

# yarn
yarn add @ynewtime/ts-lib

# pnpm
pnpm install @ynewtime/ts-lib

Import:

// ESM
import { sayHello } from '@ynewtime/ts-lib'

// CommonJS
const { sayHello } = require('@ynewtime/ts-lib')

💻 Development

  • Clone this repository
  • Enable Corepack using corepack enable (use npm i -g corepack for 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.

/@ynewtime/ts-lib/

    Package Sidebar

    Install

    npm i @ynewtime/ts-lib

    Weekly Downloads

    0

    Version

    0.2.3

    License

    none

    Unpacked Size

    3.92 kB

    Total Files

    6

    Last publish

    Collaborators

    • ynewtime