import * as simpleUtility from "https://deno.land/x/simple_utility@v2.0.9/mod.pure.ts";
Functions
Accurately recognize string that contain character above | |
Convert from binary to base64 encoded DataURL.
Default MIME type is | |
Convert from base64 encoded string to binary. | |
Convert from binary to base64 encoded string. | |
Concat multiple buffer sources into single binary. | |
Clean up text with | |
Register | |
Applies | |
Applies | |
Decompress DEFLATE format binary.
Default codec is DEFLATE with no header (RFC-1951) and name in WebAPI specification is | |
Compress binary with DEFLATE format.
Default codec is DEFLATE with no header (RFC-1951) and name in WebAPI specification is | |
Wait for specified time. Return actual elapsed wait time. | |
Derive SHA2 hash value from binary. Default is SHA-256. | |
Generate serialized string from current or any | |
Extended fetch function that can specify response type directly. | |
Convert half-width string (ex: Japanese Kana) to full-width and full-width alphanumeric symbols to half-width. | |
Generate random binary with any number of bytes. | |
Convert from hex string to binary. | |
Convert from binary to hex string. | |
Decode binary of "minipack" format. | |
Concatenate files with "minipack" format. | |
f pad0 | Create string with zero padding at beginning of number. Output is 2 digits by default. |
Decrypt binary. Algorithm is AES-GCM with 128 bits key, 128 bits tag and 96 bits IV. IV is read from head of cipher. | |
Encrypt binary. Algorithm is AES-GCM with 128 bits key, 128 bits tag and 96 bits IV. IV is prepended to cipher. | |
Generate exportable public-key pair for ECDH. Curve algorithm is "NIST P-256". | |
Generate exportable public-key pair for ECDSA. Curve algorithm is "NIST P-256". | |
Create signature using private-key. | |
Verify signature using public-key. | |
Convert from dirty text to specified type.
Enabling | |
Convert from dirty text to specified type.
If parsing failed use default ( | |
Convert from stream to binary. | |
Convert from binary to stream. | |
Convert from any encoded binary to string. Default codec is SHIFT-JIS. | |
Trim head and tail blank, remove CR and consecutive space (tab, LF) to single space (tab, LF). | |
Convert from UTF-8 binary to string. | |
Convert from string to UTF-8 binary. | |
| |
UNIX time in seconds. If no args will be current time. Note that in seconds not milliseconds. | |
Convert from formatted datetime string such as ISO8601 to UNIX time in seconds. |
Interfaces
Simple name and data pair. | |
Added |
Type Aliases
T Opt | Make interfaces acceptable in |
Serialized | |
Content of processing run by worker thread. | |
Run registered |