1.0.4 • Published 3 years ago

high-level v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

high-level

A set of functions for the highest level of programming abstraction

Installing

Using npm:

$ npm install high-level

Example

import { log } from 'high-level';

log('hello') // => hello
log('hello').place() // => hello + line of code and path to file
import { randomString } from 'high-level';

randomString() // => -6jozwdca4qt
randomString(4) // => -6jozwdca4qt-2lz6ginqcff-dxb01ot3u1o-bmmoy8xz21h
1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago