Skip to main content
Module

x/transposearray/.c8rc.json

Perform the matrix operation transpose on an array respecting type information.
Latest
File
{ "all": true, "include": ["src/**/*"], "exclude": ["src/types.ts"], "reporter": ["lcov", "text"], "check-coverage": false, "watermarks": { "lines": [80, 95], "functions": [80, 95], "branches": [80, 95], "statements": [80, 95] }}