aureooms/js-tape

View on GitHub
src/eof.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
/**
 * Shared object used as end of file.
 *
 * @type {object}
 */
const eof = {};
export default eof;