Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 871 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 871 Bytes

Work in progress, DO NOT USE IT

Whole repository is template for new Node.js TypeScript module. Download it and adapt to your needs.

About

npm scripts in package.json requires bash command line

This module provides... TODO

Installation and requirements

Requires Node.js vX.X.X TODO

$ npm install weak-daemon

Examples

First example

import {C} from "TODO";
console.log(C);

Second example

let {C} = require("TODO");
console.log(C);

Documentation

module

  • C const that should be always equal to 1

image