Topic: "ecmascript-module"
hugoalh/github-sodium-es
An ECMAScript (JavaScript & TypeScript) module to provide an easier and simplified method for encrypt GitHub secrets.
Language: TypeScript - Size: 516 KB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

hugoalh/symmetric-crypto-es
An ECMAScript (JavaScript & TypeScript) module to provide an easier symmetric crypto.
Language: TypeScript - Size: 669 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

hugoalh/range-iterator-es
An ECMAScript (JavaScript & TypeScript) module to iterate between range.
Language: TypeScript - Size: 210 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 2 - Forks: 0

hugoalh/http-header-link-es
An ECMAScript (JavaScript & TypeScript) module to handle HTTP header `Link` according to RFC 8288 standard.
Language: TypeScript - Size: 74.2 KB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

hugoalh/is-string-singleline-es
An ECMAScript (JavaScript & TypeScript) module to determine whether the string is single line.
Language: TypeScript - Size: 77.1 KB - Last synced at: about 1 hour ago - Pushed at: about 2 hours ago - Stars: 1 - Forks: 0

hugoalh/is-string-ascii-es
An ECMAScript (JavaScript & TypeScript) module to determine whether the string is ASCII.
Language: TypeScript - Size: 96.7 KB - Last synced at: about 1 hour ago - Pushed at: about 2 hours ago - Stars: 1 - Forks: 0

hugoalh/is-primitive-es
An ECMAScript (JavaScript & TypeScript) module to determine whether the item is a primitive.
Language: TypeScript - Size: 159 KB - Last synced at: about 2 hours ago - Pushed at: about 2 hours ago - Stars: 1 - Forks: 0

hugoalh/is-numeric-integral-es
An ECMAScript (JavaScript & TypeScript) module to determine whether the numeric is integral.
Language: TypeScript - Size: 104 KB - Last synced at: about 2 hours ago - Pushed at: about 2 hours ago - Stars: 1 - Forks: 0

hugoalh/is-object-plain-es
An ECMAScript (JavaScript & TypeScript) module to determine whether the item is plain object.
Language: TypeScript - Size: 85.9 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

hugoalh/string-overflow-es
An ECMAScript (JavaScript & TypeScript) module to truncate the string with the specify length; Safe with the emojis, URLs, and words.
Language: TypeScript - Size: 82 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

hugoalh/is-empty-es
An ECMAScript (JavaScript & TypeScript) module to determine whether the item is empty.
Language: TypeScript - Size: 65.4 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

hugoalh/string-dissect-es
An ECMAScript (JavaScript & TypeScript) module to dissect the string; Safe with the emojis, URLs, and words.
Language: TypeScript - Size: 99.6 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

hugoalh/github-actions-core-es
An ECMAScript (JavaScript & TypeScript) module to provide a better and easier way for GitHub Actions to communicate with the runner, and the toolkit for developing GitHub Actions.
Language: TypeScript - Size: 257 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

hugoalh/fnv-es
An ECMAScript (JavaScript & TypeScript) module to get the non-cryptographic hash of the data with algorithm Fowler-Noll-Vo (FNV).
Language: TypeScript - Size: 53.7 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0

hugoalh/sdbm-es
An ECMAScript (JavaScript & TypeScript) CLI and module to get the non-cryptographic hash of the data with algorithm SDBM.
Language: TypeScript - Size: 55.7 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0

hugoalh/djb2a-es
An ECMAScript (JavaScript & TypeScript) CLI and module to get the non-cryptographic hash of the data with algorithm DJB2a.
Language: TypeScript - Size: 62.5 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

hugoalh/adler32-es
An ECMAScript (JavaScript & TypeScript) CLI and module to get the checksum of the data with algorithm Adler32.
Language: TypeScript - Size: 107 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

hugoalh/unique-array-es
An ECMAScript (JavaScript & TypeScript) module to return unique array elements without any duplicated elements by ignore their reference points.
Language: TypeScript - Size: 152 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

hugoalh/shuffle-array-es
An ECMAScript (JavaScript & TypeScript) module to shuffle the array's indexes.
Language: TypeScript - Size: 201 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

hugoalh/is-numeric-prime-es
An ECMAScript (JavaScript & TypeScript) module to determine whether the numeric is prime.
Language: TypeScript - Size: 88.9 KB - Last synced at: 4 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

hugoalh/sort-es
An ECMAScript (JavaScript & TypeScript) module for enhanced sort operation.
Language: TypeScript - Size: 89.8 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

hugoalh/url-regexp-es
An ECMAScript (JavaScript & TypeScript) module for URL regular expression.
Language: TypeScript - Size: 42 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

hugoalh/is-json-es
An ECMAScript (JavaScript & TypeScript) module to determine whether the item is a JSON.
Language: TypeScript - Size: 63.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

hugoalh/temperature-es
An ECMAScript (JavaScript & TypeScript) module to convert between units of the temperature.
Language: TypeScript - Size: 297 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

hugoalh/env-es
An ECMAScript (JavaScript & TypeScript) module for enhanced environment variables operation.
Language: TypeScript - Size: 85.9 KB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

hugoalh/process-es
An ECMAScript (JavaScript & TypeScript) module for enhanced process operation.
Language: TypeScript - Size: 50.8 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

hugoalh/pressure-es
An ECMAScript (JavaScript & TypeScript) module to convert between units of the pressure.
Language: TypeScript - Size: 354 KB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

hugoalh/setation-es
An ECMAScript (JavaScript & TypeScript) module to list permutations or combinations from the collection or set.
Language: TypeScript - Size: 278 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

hugoalh/exfetch-es
An ECMAScript (JavaScript & TypeScript) module to extend `fetch`.
Language: TypeScript - Size: 218 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

hugoalh/eol-es
An ECMAScript (JavaScript & TypeScript) module to handle end of line (EOL).
Language: TypeScript - Size: 48.8 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

hugoalh/fs-es
An ECMAScript (JavaScript & TypeScript) module for enhanced file system operation.
Language: TypeScript - Size: 159 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

pyhedgehog/norenye
JS-module for nginx to setup m2m mapping from virtual hosts to several proxy_pass targets
Language: JavaScript - Size: 96.7 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

hugoalh/is-special-type-es 📦
An ECMAScript (JavaScript & TypeScript) module to determine whether the item is special/specific type.
Language: TypeScript - Size: 106 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
