mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
3 lines
88 B
JavaScript
3 lines
88 B
JavaScript
|
|
import { value } from "./js-export-rename-helper.js";
|
||
|
|
export { value as renamedValue };
|