-
Updated
Oct 11, 2020 - PHP
hashids
Here are 79 public repositories matching this topic...
-
Updated
May 26, 2020 - PHP
-
Updated
Sep 14, 2020 - PHP
-
Updated
Sep 1, 2020 - Python
-
Updated
Aug 10, 2020 - Ruby
-
Updated
Sep 14, 2020 - PHP
-
Updated
Sep 20, 2020 - Python
-
Updated
Sep 8, 2020 - PHP
Fix readme
Readme is not updated for v1.2
-
Updated
Jun 7, 2018 - PHP
-
Updated
Oct 22, 2019 - Ruby
-
Updated
Aug 1, 2018 - C
-
Updated
Sep 28, 2020 - Rust
-
Updated
May 28, 2017 - Shell
-
Updated
Mar 5, 2020 - PLpgSQL
-
Updated
Oct 5, 2020 - C#
-
Updated
Jan 25, 2020 - Perl
-
Updated
May 9, 2020 - Ruby
Improve this page
Add a description, image, and links to the hashids topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hashids topic, visit your repo's landing page and select "manage topics."
Hi, im trying to use Hashids with Typescript and Node.
import Hashids from 'hashids';I'm not getting any Typescript errors in the editor, but Im getting this error when the code is compiled.
Using ts-node version 8.5.4, typescript version 3.7.5`Error: No valid exports main found for 'node_modules\hashids'
at resolveExportsTarget (internal/modules/cjs/loader.js:625:9)