UNPKG

@roots/container

Version:

Collections utility

8 lines (7 loc) 229 B
// Copyright © Roots Software LLC // Licensed under the MIT license. /** * Simple chainable interface for working with collections of data */ import Container from './container.js'; export { Container, Container as default };