UNPKG

corde

Version:

A simple library for Discord bot tests

47 lines (46 loc) 2.37 kB
import { isPromise as _isPromise } from "./isPromise"; import { buildReportMessage as _buildReportMessage } from "./buildReportMessage"; import { dateDiff as _dateDiff } from "./dateDiff"; import { deepEqual as _deepEqual } from "./deepEqual"; import { diff as _diff } from "./diff"; import { executePromiseWithTimeout as _executePromiseWithTimeout } from "./executePromiseWithTimeout"; import { executeWithTimeout as _executeWithTimeout } from "./executeWithTimeout"; import { formatObject as _formatObject } from "./formatObject"; import { getStackTrace as _getStackTrace } from "./getStackTrace"; import { isFunction as _isFunction } from "./isFunction"; import { isNullOrUndefined as _isNullOrUndefined } from "./isNullOrUndefined"; import { isPrimitiveValue as _isPrimitiveValue } from "./isPrimitiveValue"; import { pick as _pick } from "./pick"; import { rgba as _rgba } from "./rgba"; import { stringIsNullOrEmpty as _stringIsNullOrEmpty } from "./stringIsNullOrEmpty"; import { typeOf as _typeOf } from "./typeOf"; import { wait as _wait } from "./wait"; import { LogUpdate as _logUpdate } from "./logUpdate"; import { calcPermissionsValue as _calcPermissionsValue } from "./permission"; import { resolveName as _resolveName } from "./resolveName"; import { isInDebugMode as _isInDebugMode } from "./isInDebugMode"; import { getFiles as _getFiles } from "./getFiles"; export declare namespace utils { const isPromise: typeof _isPromise; const buildReportMessage: typeof _buildReportMessage; const dateDiff: typeof _dateDiff; const deepEqual: typeof _deepEqual; const diff: typeof _diff; const executePromiseWithTimeout: typeof _executePromiseWithTimeout; const executeWithTimeout: typeof _executeWithTimeout; const formatObject: typeof _formatObject; const getStackTrace: typeof _getStackTrace; const isFunction: typeof _isFunction; const isNullOrUndefined: typeof _isNullOrUndefined; const isPrimitiveValue: typeof _isPrimitiveValue; const pick: typeof _pick; const resolveName: typeof _resolveName; const rgba: typeof _rgba; const stringIsNullOrEmpty: typeof _stringIsNullOrEmpty; const typeOf: typeof _typeOf; const wait: typeof _wait; const LogUpdate: typeof _logUpdate; const calcPermissionsValue: typeof _calcPermissionsValue; const isInDebugMode: typeof _isInDebugMode; const getFiles: typeof _getFiles; }