Inkdpixels/commit-analyzer

View on GitHub
src/utilities/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import beginsWith from './beginsWith.js';

export {
    beginsWith
};