/*! * @uni-use/utils v1.0.0-beta.1 * Some shared utilities * (c) 2021-2023 saqqdy * Released under the MIT License. */ 'use strict'; function test() { } module.exports = test;