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) 215 B
import type { ObjectOrMap } from '../types/types'; export declare const toMap: <T>(original: ObjectOrMap) => Map<string, T>; export declare const extractPathPrefixForXml: (pathPrefix: string | undefined) => string;