UNPKG

@mimicry/kaleidoscope

Version:

Kaleidoscope is an NPM package that conveniently aggregates responses from multiple NFT data providers.

9 lines (8 loc) 228 B
import { Value } from '../../types'; /** * Return all _values with no filtering * * @param _values A list of Values * @returns The original list of Values */ export declare function none(_values: Value[]): Value[];