🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@fantasies/cdk

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fantasies/cdk

utils

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

@fantasies/cdk

Coverage Status

fantasies-cdk is a set of behavior primitives for building UI components, designed to provide developers with efficient and flexible tools.

Features

  • Common UI component behavior encapsulation
  • Easy integration into any frontend project
  • TypeScript support for type safety

Installation

npm install @fantasies/cdk

Usage Example

import { groupBy } from '@fantasies/cdk'

const grouped = groupBy([{ type: 'A' }, { type: 'B' }], 'type')

For more usage, please refer to the documentation or source code.

Keywords

fantasies

FAQs

Package last updated on 27 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts