1.0.5 • Published 10 months ago

xtutils v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

xtutils

Thuku's assorted general purpose typescript/javascript library.

comming soon: docs

♠️ By Thuku

Installation

# node
npm install xtutils

# yarn
yarn add xtutils

Usage

// import
import xtutils, {_sayHello} from 'xtutils';
console.debug('TODAY: %s', xtutils._datetime());
_sayHello();

// require
const xtutils = require('xtutils');
console.debug(xtutils._datetime());
1.0.5

10 months ago

1.0.4

12 months ago

1.0.2

12 months ago

1.0.0

12 months ago