is-vcard-date-time-type

0.1.0 • Public • Published

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.

Package Sidebar

Install

npm i is-vcard-date-time-type

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • radioactivehamster