# TextBuffer-Point
The Point module from TextBuffer. To be used when you don't want to include the entire textbuffer module.

## Installation

```
npm install --save atom-text-buffer-point
```

## API

See [Atom Docs](https://atom.io/docs/api/v1.4.0/Point) for the docs/API.

## License
This module is licensed under the terms of MIT License. Check the LICENSE file for more info.
