UNPKG

x-view-model

Version:

A lightweight, type-safe MVVM state management solution for React applications. Features reactive updates, computed properties, and deep path selection with minimal bundle size.

11 lines (10 loc) 378 B
#!/usr/bin/env node declare const program: any; declare const path: any; declare const fs: any; declare const exts: string[]; declare const excludes: string[]; declare const allowExtentions: string[]; declare const findFiles: (dir: string, recursive: boolean, callback: (file: any) => void) => void; declare const registed_list: any[]; declare const used_list: any[];