@react-goodies/hand-signed
Version:
[](https://github.com/marborkowski/hand-signed/actions/workflows/node.js.yml)
20 lines (19 loc) • 426 B
TypeScript
declare const _default: {
input: string;
output: ({
file: any;
format: string;
sourcemap: boolean;
name: string;
assetFileNames: string;
} | {
file: any;
format: string;
sourcemap: boolean;
assetFileNames: string;
name?: undefined;
})[];
plugins: import("rollup").Plugin[];
external: string[];
};
export default _default;