Urara-Blog/node_modules/.pnpm-store/v3/files/27/387dcec3765d756770256a9af2175e41cabc9d1696d524a82e684971761883ae6ff9354016b65db70908b95dc6690ac778b0c37f0b6f2107b6c709199f70cd
2022-08-14 01:14:53 +08:00

16 lines
653 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.
*/
export default function() {
return "a";
}