1.9.1 • Published 1 year ago

@sadzurami/std-lib v1.9.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.9.0

1 year ago

1.8.5

1 year ago

1.8.4

1 year ago

1.8.3

1 year ago

1.8.2

1 year ago

1.8.1

1 year ago

1.8.0

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.6.4

1 year ago

1.6.3

1 year ago

1.6.2

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago