UNPKG

orc-component

Version:

react 组件库

22 lines (21 loc) 651 B
/* * @Author: peiyanh * @Date: 2022-06-05 17:10:21 * @LastEditTime: 2022-06-06 16:16:46 * @LastEditors: peiyanh * @Description: * @FilePath: /rollup/src/hello.ts * Copyright (c) 2004-2021 i-Sprint Technologies, Inc. * address: * All rights reserved. * * This software is the confidential and proprietary information of * i-Sprint Technologies, Inc. ('Confidential Information'). You shall not * disclose such Confidential Information and shall use it only in * accordance with the terms of the license agreement you entered into * with i-Sprint. */ export const hello=()=> { console.log('hello world 2') return 3 }