UNPKG

406 BPlain TextView Raw
1// Copyright 2019 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5import './NativeFunctions.js';
6import './JavaScriptMetadata.js';
7
8import * as JavaScriptMetadata from './JavaScriptMetadata.js';
9import * as NativeFunctions from './NativeFunctions.js';
10
11export {
12 JavaScriptMetadata,
13 NativeFunctions,
14};