UNPKG

@typescript-package/core

Version:

A TypeScript library with features used across other `typescript-package` libraries.

7 lines (6 loc) 310 B
/** * @description Default function to handle `callback` of functions. * @param {boolean} result - A value of `boolean` type of the result of the check. * @returns {boolean} The returned value is a `boolean` of the result of the check. */ export declare const resultCallback: (result: boolean) => boolean;