UNPKG

is-itf14

Version:
8 lines (5 loc) 119 B
#!/usr/bin/env node 'use strict' const isItf14 = require('./') const str = process.argv[2] console.log(isItf14(str))