functional-data-structure/finger-tree

View on GitHub
src/0-core/_fast/fast-iterators/2-_EMPTY.js

Summary

Maintainability
A
0 mins
Test Coverage
import {_EmptyGenerator} from './index.js';

export const _EMPTY = new _EmptyGenerator();