UNPKG

atlassian-webresource-webpack-plugin

Version:

Auto-generates web-resource definitions from your webpacked code, for usage in an Atlassian product or plugin.

4 lines (3 loc) 158 B
import type { Condition } from '../types/types'; declare const renderCondition: (condition: Condition | undefined) => string; export default renderCondition;