@scriptless/util

1.0.3 • Public • Published

@scriptless/util

npm npm

JavaScript utility functions.

Getting Started

Install with npm install @scriptless/util.

Import any function you'd like to use with a full path.

import { listify } from '@scriptless/util'

const myList = ['foo', 'bar', 'baz']

console.log(listify(myList))

// >  foo, bar, and baz

Readme

Keywords

Package Sidebar

Install

npm i @scriptless/util

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

3.06 kB

Total Files

4

Last publish

Collaborators

  • gnordhielm