0.1.2 • Published 9 years ago

ack-types v0.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

ack-types

Build Status

lookup ack type by filename

usage

var acktypes = require('ack-types')

// acktypes is an object mapping file extension to type

acktypes.compare(filename, type) // true or false
acktypes.lookup(filename) // type or array of types
acktypes.reverseLookup(type) // array of extensions associated with type
acktypes.allExtensions() // array of all extensions known

license

MIT

0.1.2

9 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.6

10 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago