UNPKG

@quick-game/cli

Version:

Command line interface for rapid qg development

9 lines 423 B
// Copyright 2022 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. export * from './lib/lit.js'; import * as Directives from './lib/directives.js'; import * as Directive from './lib/directive.js'; import * as Decorators from './lib/decorators.js'; export { Directives, Directive, Decorators }; //# sourceMappingURL=lit.js.map