@mochen/toolkit

0.1.3 • Public • Published


🧰

@mochen/toolkit


npm i @mochen/toolkit



logger

import { getLogger } from '../logger';

getLogger({ name: 'ToolKit' }).info('Hello');

secure.file

import { getLogger } from '../secure.file';

const seFile = getSecureFile('mycli');

seFile.setConfig({
  a: 1,
  b: 2,
});

console.log('x', seFile.getConfig());

Readme

Keywords

Package Sidebar

Install

npm i @mochen/toolkit

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

9.43 kB

Total Files

9

Last publish

Collaborators

  • imochen