вложенные массивы типа NPM

typeCheck('[[String] | [Null]]', [['name', 'name'], [null, null]]) // true
florinrelea