UNPKG

@roots/container

Version:

Collections utility

12 lines (8 loc) 275 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 type {Repository} from './container.js' export {Container, Container as default}