UNPKG

@lark-project/cli

Version:

飞书项目插件开发工具

6 lines (5 loc) 215 B
import { Mutation } from './types'; type PathSeg = string | number; export declare function parsePath(path: string): PathSeg[]; export declare function applyMutation<T>(config: T, mutation: Mutation): T; export {};