UNPKG

@gypsy-js/npm-template

Version:
10 lines (7 loc) 191 B
/** * @file npm-template library ESModule entry point. * @author qivmvip AT gmail DOT com * @date 2022-02-17 */ import * as cjs from '../cjs/index.cjs'; export const hello = cjs.hello;