UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

6 lines (5 loc) 267 B
/** * Function that removes JS comments from a string of code, * sometimes makers will have single or multiline comments in their tagged template literals styles, this can mess with our parsing logic. */ export declare function cleanComments(str: string): string;