@es-git/mix
TypeScript icon, indicating that this package has built-in type declarations

0.10.0 • Public • Published

mix

This is part of the ES-Git project.

Install

npm install --save @es-git/mix

Usage

This package provides a helper method for applying multiple mixins to a repo, working well with TypeScript.

import objectsMixin from '@es-git/objects-mixin';
import walkersMixin from '@es-git/mix';
import MemoryRepo from '@es-git/memory-repo';

const Repo = mix(MemoryRepo)
            .with(objectsMixin)
            .with(walkersMixin)
            .with(pushMixin, fetch);

Readme

Keywords

none

Package Sidebar

Install

npm i @es-git/mix

Weekly Downloads

10

Version

0.10.0

License

MIT

Unpacked Size

13.2 kB

Total Files

16

Last publish

Collaborators

  • mariusgundersen