UNPKG

eslint-plugin-comment-length

Version:

An ESLint plugin that provides rules that limit the line length of your comments

3 lines 189 B
export declare function deepCloneValue<T>(val: T): T; export declare function deepCloneObject<T extends Record<string, unknown>>(a: T): T; //# sourceMappingURL=immutable-deep-merge.d.ts.map