Skip to content

typed-typings/npm-text-buffer

Folders and files

NameName
Last commit message
Last commit date
Jun 1, 2016
Jun 1, 2016
Jun 1, 2016
Jun 1, 2016
Jun 1, 2016
Jun 1, 2016
Jun 1, 2016
Jun 1, 2016
Jun 1, 2016
May 4, 2017
Jul 1, 2017
Jan 26, 2018
Jun 1, 2016
Jun 1, 2016
Jul 1, 2017

Repository files navigation

Typed Text Buffer Build Status

Greenkeeper badge

The type definition for text-buffer

This is not complete. I only implement those that is needed for env-atom. Contribution welcome!

LICENSE

MIT

Contributing

# Fork this repo
npm install

npm run watch

# add tests, make changes, pass tests ... then [ctrl+c]
npm run publish

Updating

Update typings.json/version to match the source version you are typing against. e.g. if you are creating typings for chai@3.5.0, then:

// typings.json
{
  "version": "3.5.0"
  // ...
}

Releases

No releases published

Packages

No packages published