Socket
Socket
Sign inDemoInstall

gukbap

Package Overview
Dependencies
0
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gukbap

JavaScript built-in extensions


Version published
Maintainers
1
Install size
41.8 kB
Created

Readme

Source

gukbap - JavaScript built-in extensions

GitHub license

It is an extension library that fills in the shortcomings of built-in objects.
It's like GUKBAP.

install

npm i --save gukbap

use

require("gukbap"); //Extension initialization

console.log([1, 2, 3, 4, 5].sum()); // 15
console.log("foo".reversed()); // "oof"

Object Extension

Function Extension

Number Extension

Boolean Extension

String Extension

Encoding Extension

Array Extension

Date Extension

Error Extension

Keywords

FAQs

Last updated on 09 Oct 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc