realm-js/lib/keys.js

9 lines
133 B
JavaScript
Raw Normal View History

'use strict';
module.exports = Object.freeze({
id: Symbol(),
realm: Symbol(),
resize: Symbol(),
type: Symbol(),
});