electron/script/wpt/server/constants.mjs

4 lines
58 B
JavaScript

export const symbols = {
kContent: Symbol('content')
};