summaryrefslogtreecommitdiff
path: root/Library/SDK/node_modules/control-sequence-introducer/readme.md
blob: 4240f113e4aa6f0f4b6ba16406da9f4fe51528e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Control Sequence Introducer [![Build Status](https://travis-ci.org/joegesualdo/control-sequence-introducer.svg?branch=master)](https://travis-ci.org/joegesualdo/control-sequence-introducer)
> Get Control Sequence Introducer for [ANSI Escape Codes](https://en.wikipedia.org/wiki/ANSI_escape_code)

## Install
```
$ npm install --save control-sequence-introducer 
```

## Usage
```javascript
var csi = require("control-sequence-introducer")

console.log(csi)
```

## Test
```
$ npm test
```
## License
MIT © [Joe Gesualdo]()