1.1.10 • Published 1 year ago

mr.s-these v1.1.10

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Install

$ npm install mr.s-these

Usage

Import package

const these = require('mr.s-these');
//or
const {gettime,fileSize,log,checkDir,sleep,msToTime} = require('mr.s-these');

Functions:

these.log("i","Hello, world!");
these.log("255,0,255", "Ez egy teszt!", "HELLO");

await these.sleep(5000);

these.checkDir("src");

console.log(these.fileSize("asd.mp4"));
console.log(these.fileSize("apple.txt"));

console.log(these.gettime());

console.log(these.msToTime(1944000));
1.1.10

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago