UNPKG

@roots/container

Version:

Collections utility

7 lines (6 loc) 209 B
/** * 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 };