/* -*- Mode: indent-tabs-mode: nil; js-indent-level: 2 -*- */ /* vim: set sts=2 sw=2 et tw=80: */ "use strict"; extensions.registerSchemaAPI("history", "history", (extension, context) => { return { history: {}, }; });