UNPKG

sketch-json-parse

Version:

sketch-json解析

9 lines (8 loc) 218 B
import { Layer } from '../types'; /** * 判断包含关系 target包含contain * @param {*} target * @param {*} contain */ declare const isCover: (target: Layer, contain: Layer) => boolean; export default isCover;