This package has been deprecated

Author message:

This @cybernaut package is not developed any further. Please use the new @cybernaut/test package.

@cybernaut/utils

14.0.0 • Public • Published

@cybernaut/utils

Package Version Build Status Coverage Status

Shared utility functions.

Installation

npm install --save @cybernaut/utils

Type definitions

@cybernaut/utils/lib/format

export function format(value: any): string;

@cybernaut/utils/lib/getRecording

export function getRecording(recordable: object): string;

@cybernaut/utils/lib/recordable

export function recordable<T extends object>(
  description: string,
  keysToIgnore?: string[]
): (target: T) => T;

Built by (c) Clemens Akens. Released under the terms of the MIT License.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @cybernaut/utils

    Weekly Downloads

    0

    Version

    14.0.0

    License

    MIT

    Last publish

    Collaborators

    • clebert