aisz.dev

快速开始

pnpm i @aiszlab/relax

您可以使用relax内任何utils来打造vanilla项目

如何使用

import { first } from '@aiszlab/relax'

first([1, 2, 3]) // => 1