foundation-low
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Foundation Low GitHub license

Foundation Low is modern utility library written in Typescript delivering modularity, performance, and extras.

Installation

Using yarn:

$ yarn add foundation-low

Using npm:

$ npm i foundation-low

Example

import { map } from "foundation-low";

const array = [1, 2];
const result = map(array, String);
// result = ["1", "2"];

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    0
    • latest

Version History

Package Sidebar

Install

npm i foundation-low

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

61.9 kB

Total Files

103

Last publish

Collaborators

  • pyoung213