UNPKG

@proem/all

Version:

Meta package that includes all proem packages

19 lines (13 loc) 284 B
# `@proem/all` Meta package for adding all proem packages as dependencies. ## Usage ``` npm install @proem/all yarn add @proem/all ``` ```ts import array from '@proem/array' import dict from '@proem/dict' import function from '@proem/function' import some from '@proem/some' ```