0.1.0 • Published 8 years ago

is-vcard-date-time-type v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

is-vcard-date-time-type

npm Version GitHub License Build Status

Determines if the supplied parameter is a valid vCard date/time type.

Install

$ npm install is-vcard-date-time-type

Usage

var isVcardDateTimeType = require('is-vcard-date-time-type')

isVcardDateTimeType('date-and-or-time') // > true
isVcardDateTimeType('not-a-time-type')  // > false

Testing

$ npm test

License

The MIT License (Expat). See the license file for details.