Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.
/ opp--core_tools Public archive

NodeJS library – opp--core helpers toolkit, provide some often use functions.

License

Notifications You must be signed in to change notification settings

adeo/opp--core_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@core/tools

Why:

Because it's have not anywhere...

What:

Helpers toolkit, provide some often use functions. This is one of dependenies for @core/core module.

Basic usage:

const { timer } = require('@core/tools');

(async () => {
    await timer.wait(1000);
    await timer.immediate();
    await timer.tick();
});
const { object } = require('@core/tools');

let res = object.ksort({
    b: 1,
    c: 2,
    a: 3,
});

console.log(res); // { a: 3, b: 1, c: 2 }

Maintainers

Leonid Levkin < [email protected] >

About

NodeJS library – opp--core helpers toolkit, provide some often use functions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published