UNPKG

@raccoons-co/ethics

Version:
12 lines (11 loc) 272 B
/** * © 2023 Raccoons. Developing a simple way to change. * * The clean code ethics library. * * @packageDocumentation */ import Strict from "./Strict"; import Optional from "./Optional"; import Immutable from "./Immutable"; export { Strict, Optional, Immutable };