Skip to content

Thuku's collection of reusable functions, classes and components.

License

Notifications You must be signed in to change notification settings

xthukuh/xtutils

Repository files navigation

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());

About

Thuku's collection of reusable functions, classes and components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published