úÎ+ )‹      Safe-InferredLOpaque data type with various internals required for encoding and decoding. Hashids version number. JCreate a context object using the given salt, a minimum hash length, and M a custom alphabet. If you only need to supply the salt, or the first two  arguments, use  or  instead. HChanging the alphabet is useful if you want to make your hashes unique, M i.e., create hashes different from those generated by other applications " relying on the same algorithm. JCreate a context object using the default alphabet and the provided salt, ( without any minimum required length. JCreate a context object using the default alphabet and the provided salt. O The generated hashes will have a minimum length as specified by the second  argument. Decode a hash generated with .  Example use: ! decodeHex context "yzgwD" Encode a hexadecimal number.  Example use:  encodeHex context "ff83" Decode a hash.  Example use: / let context = hashidsSimple "this is my salt" 1 hash = decode context "rD" -- == [5] Encode a single number.  Example use: / let context = hashidsSimple "this is my salt" / hash = encode context 5 -- == "rD" Encode a list of numbers.  Example use: / let context = hashidsSimple "this is my salt" L hash = encodeList context [2, 3, 5, 7, 11] -- == "EOurh6cbTD" *Encode a number using the provided salt. HThis convenience function creates a context with the default alphabet. / If the same context is used repeatedly, use  with one of the  constructors instead. 3Encode a list of numbers using the provided salt. DThis function wrapper creates a context with the default alphabet. / If the same context is used repeatedly, use   with one of the  constructors instead. (Decode a hash using the provided salt. HThis convenience function creates a context with the default alphabet. / If the same context is used repeatedly, use  with one of the  constructors instead.  Shortcut for .  Shortcut for . Salt Minimum required hash length  Alphabet Salt Salt Minimum required hash length A Hashids context object Hash A Hashids context object +Hexadecimal number represented as a string A Hashids context object Hash A Hashids context object Number to encode A Hashids context object List of numbers  Salt Number Salt Numbers Salt Hash Salt +Hexadecimal number represented as a string Salt Hash            hashids-1.0.2 Web.HashidsHashidsContextversioncreateHashidsContext hashidsSimplehashidsMinimum decodeHex encodeHexdecodeencode encodeListencodeUsingSaltencodeListUsingSaltdecodeUsingSaltencodeHexUsingSaltdecodeHexUsingSaltContextguardssepssalt minHashLengthalphabet|>splitOndefaultAlphabetnumbersHashIntexchangeconsistentShuffleunhashhash