14.0.0 • Published 7 years ago

@cybernaut/utils v14.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

@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.