UNPKG

@duetds/date-picker

Version:

Duet Date Picker is an open source version of Duet Design System’s accessible date picker.

20 lines (17 loc) 378 B
#!/usr/bin/env node 'use strict'; const { loadNycConfig } = require('@istanbuljs/load-nyc-config'); async function main() { const [cwd, nycrcPath] = process.argv.slice(2); console.log(JSON.stringify((await loadNycConfig({ cwd, nycrcPath })))); } main().catch(error => { console.log(JSON.stringify({ 'load-nyc-config-sync-error': error.message })); });