npm.io
14.0.0 • Published 8 years ago

@cybernaut/utils

Licence
MIT
Version
14.0.0
Deps
1
Vulns
0
Weekly
0
Stars
15
DeprecatedThis package is deprecated

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

Keywords