UNPKG

@lark-project/cli

Version:

飞书项目插件开发工具

6 lines (5 loc) 232 B
/// <reference types="node" /> /** CSS code generation */ export declare const cssCodeGeneration: (css: string | Buffer) => string; /** JS code generation */ export declare const jsCodeGeneration: (data: string | Buffer) => string;