Files
memecoin-botV2/.pnpm-store/v10/files/d6/7a095e09cbd692a8c2bcfff3aa94b7777b580005bcda340d7d54a2a2f4c03433a12f0d254d0b3807e16b767903a1c5219e35142b7bcb1968058b9ef3498626

25 lines
791 B
Plaintext

import type * as Rolldown from 'rolldown'
export * from 'rolldown'
/** @deprecated use RolldownBuild instead */
export type RollupBuild = Rolldown.RolldownBuild
/** @deprecated use RolldownOptions instead */
export type RollupOptions = Rolldown.RolldownOptions
/** @deprecated use RolldownOutput instead */
export type RollupOutput = Rolldown.RolldownOutput
/** @deprecated use RolldownPlugin instead */
export type RollupPlugin = Rolldown.RolldownPlugin
/** @deprecated use RolldownPluginOption instead */
export type RollupPluginOption = Rolldown.RolldownPluginOption
/** @deprecated use RolldownWatcher instead */
export type RollupWatcher = Rolldown.RolldownWatcher
/** @deprecated use RollupWatcherEvent instead */
export type RollupWatcherEvent = Rolldown.RolldownWatcherEvent