1.9.1 • Published 11 months ago

@sadzurami/std-lib v1.9.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

std-lib

Standard library for my projects

Install

npm install @sadzurami/std-lib

Usage

import { readSessions } from '@sadzurami/std-lib/steam';
import { readConfig, readProxies } from '@sadzurami/std-lib/resources';

(async () => {
  const config = await readConfig('path/to/config.json');
  console.log(`Config: ${config.origin}`);

  const proxies = await readProxies('path/to/proxies.txt');
  console.log(`Proxies: ${proxies.length}`);

  const sessions = await readSessions('path/to/sessions.dir');
  console.log(`Sessions: ${sessions.length}`);
})();
1.9.1

11 months ago

1.9.0

11 months ago

1.8.5

11 months ago

1.8.4

11 months ago

1.8.3

11 months ago

1.8.2

11 months ago

1.8.1

11 months ago

1.8.0

11 months ago

1.7.1

11 months ago

1.7.0

11 months ago

1.6.4

11 months ago

1.6.3

11 months ago

1.6.2

11 months ago

1.6.1

11 months ago

1.6.0

11 months ago

1.5.1

12 months ago

1.5.0

12 months ago

1.4.0

12 months ago

1.3.0

12 months ago

1.2.0

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago