Urara-Blog/node_modules/.pnpm-store/v3/files/8b/30da5d29b7f142a408d232c500b8ca32acb3c2f1dfa8e3746b320a9ef2a91f25f49afe6f4c02968c5c377510a164d34ca22785564f38038e67dd96b2baccce
2022-08-14 01:14:53 +08:00

16 lines
664 B
Text

/**
* Copyright 2020 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.
*/
export default function() {
self.postMessage("a");
}