name, lastModified: this.#lastModified, }, opts)}`; } } ObjectDefineProperties(File.prototype, { name: kEnumerableProperty, lastModified: kEnumerableProperty, [SymbolToStringTag]: { __proto__: null, configurable: true, value: 'File', }, }); module.exports = { File, };