@blake.regalia/belt
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -6,2 +6,3 @@ import type { Dict, JsonObject } from './types'; | ||
export declare const ATU8_NIL: Uint8Array; | ||
export declare const __UNDEFINED: undefined; | ||
/** | ||
@@ -8,0 +9,0 @@ * The frequently-used "no-operation" function |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.remove = exports.shuffle = exports.crypto_random_int = exports.random_int = exports.crypto_random = exports.defer_many = exports.defer = exports.microtask = exports.forever = exports.with_timeout = exports.timeout_exec = exports.timeout = exports.fodemtv = exports.oderom = exports.oderaf = exports.oderac = exports.oder = exports.ofe = exports.ode = exports.escape_regex = exports.deduplicate = exports.interjoin = exports.fold = exports.is_dict_es = exports.is_dict = exports.proper = exports.F_IDENTITY = exports.F_NOOP = exports.ATU8_NIL = void 0; | ||
exports.remove = exports.shuffle = exports.crypto_random_int = exports.random_int = exports.crypto_random = exports.defer_many = exports.defer = exports.microtask = exports.forever = exports.with_timeout = exports.timeout_exec = exports.timeout = exports.fodemtv = exports.oderom = exports.oderaf = exports.oderac = exports.oder = exports.ofe = exports.ode = exports.escape_regex = exports.deduplicate = exports.interjoin = exports.fold = exports.is_dict_es = exports.is_dict = exports.proper = exports.F_IDENTITY = exports.F_NOOP = exports.__UNDEFINED = exports.ATU8_NIL = void 0; | ||
/** | ||
@@ -9,2 +9,4 @@ * Utility nil buffer constant | ||
exports.ATU8_NIL = new Uint8Array(0); | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
exports.__UNDEFINED = void 0; | ||
/** | ||
@@ -11,0 +13,0 @@ * The frequently-used "no-operation" function |
@@ -6,2 +6,3 @@ import type { Dict, JsonObject } from './types'; | ||
export declare const ATU8_NIL: Uint8Array; | ||
export declare const __UNDEFINED: undefined; | ||
/** | ||
@@ -8,0 +9,0 @@ * The frequently-used "no-operation" function |
@@ -6,2 +6,4 @@ /** | ||
export const ATU8_NIL = /*#__PURE__*/ new Uint8Array(0); | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
export const __UNDEFINED = void 0; | ||
/** | ||
@@ -8,0 +10,0 @@ * The frequently-used "no-operation" function |
{ | ||
"name": "@blake.regalia/belt", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"repository": "github:blake-regalia/belt", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
159131
3156