0.0.27 • Published 3 years ago

@compai/util v0.0.27

Weekly downloads
34
License
-
Repository
-
Last release
3 years ago

@compai/util

Utilities for Components AI.

This is primarily intended to be used internally by Components AI, so use this with caution and expect breaking changes.

Installation

yarn add @compai/util

Usage

hash

import { hash } from '@compai/util'

console.log(hash('Hello, world!'))

uniq

import { uniq } from '@compai/util'

console.log(uniq(['a', 'a', 'b']))

OSS by Components AI.