UNPKG

sketch-json-parse

Version:

sketch-json解析

5 lines (4 loc) 166 B
import { Layer } from './types'; declare const isBlock: (data: Layer[]) => boolean; export default isBlock; export declare const isHaveBlock: (data: any) => boolean;