Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 595 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 595 Bytes

Go-JS-Utils

Desc

  • Using js method in Golang

Install

    go get -u github.com/zkfmapf123/go-js-utils@1.0.7

Object Method

object code

golang js-method
OKeys Object.keys
OValues Object.values
OEntries Object.entries

Array Method

array code

  • Contains

Wrapping Method

wrapArray code

golang js-method
Map map
Filter filter
Reduce reduce

parallelism

promise code

  • PromiseAll

Help