文件操作 - plugin.d.cts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/unwasm/dist/plugin.d.cts
编辑文件内容
import { Plugin } from 'rollup'; interface UnwasmPluginOptions { /** * Directly import the `.wasm` files instead of bundling as base64 string. * * @default false */ esmImport?: boolean; /** * Avoid using top level await and always use a proxy. * * Useful for compatibility with environments that don't support top level await. * * @default false */ lazy?: boolean; } declare const rollup: (opts: UnwasmPluginOptions) => Plugin; declare const _default: { rollup: (opts: UnwasmPluginOptions) => Plugin<any>; }; export { type UnwasmPluginOptions, _default as default, rollup };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件