Modern TypeScript Utility Library.
A modern utility library for TypeScript projects, covering arrays, objects, strings, async operations, and more. Fully supports Tree-Shaking with complete type definitions and Vue composables.
交互式演示
Live Demo 扁平数据
{ "1", "技术部" }
{ "2", "前端组" }
{ "3", "后端组" }
{ "4", "UI 组" }
{ "5", "测试组" }
{ "6", "运维组" }
{ "7", "安全组" }
树形结构
无匹配节点
Features
@movk/core provides a comprehensive, rigorously tested TypeScript utility library designed to simplify your daily development work.80+ Utilities
Covering arrays, objects, strings, async operations, URL handling, tree structures, and more — a rich set of efficient functions for every common scenario.
Vue Composables
Ready-to-use Vue Composables like
useAppStorage and useCopyCode that seamlessly integrate reactive capabilities into your Vue project.Powerful Tree Utilities
Built-in efficient tree data structure tools for traversal, filtering, searching, and transformation with ease.
Full Type Definitions
Written entirely in TypeScript with complete type definitions and excellent type inference, ensuring a great developer experience and code quality.
Tree-Shaking Support
Carefully designed modular structure with Tree-Shaking support — only the code you actually import gets bundled, keeping production builds lean.
Modern Build
Native ES Module support, built with Unbuild, seamlessly integrating into modern frontend toolchains like Vite and Nuxt.