Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 185 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 185 Bytes

bsd-true

BSD port of true.

Installation

npm --save i bsd-true

Usage

var bsdTrue = require('bsd-true');

bsdTrue(); //0

License

GNU GPL-3.0