Urara-Blog/node_modules/.pnpm-store/v3/files/3f/19f9479bdffec07a38cc62ab84e4a194f92828098ac5f08761559dac34a65eaeaa8fa74a623926c06edea31bc6f591ad9574485e97a5f4a86ce55c2a75d544
2022-08-14 01:14:53 +08:00

18 lines
697 B
Text

/**
* Copyright 2018 Google Inc. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
async function run() {
const { default: b } = await import("./b.js");
b();
}
run();