UNPKG

pi-test-data

Version:
14 lines (11 loc) 279 B
'use strict' const SemVerStore = require('semver-store') const assert = require('assert') module.exports = { name: 'version', mustMatchWhenDerived: true, storage: SemVerStore, validate (value) { assert(typeof value === 'string', 'Version should be a string') } }