UNPKG

hel-lodash

Version:

远程仓库模板库

11 lines (6 loc) 255 B
import type { LibProperties } from './libProperties'; import { exposeLib } from 'hel-lib-proxy'; import { LIB_NAME } from '../configs/subApp'; export const lib = exposeLib<LibProperties>(LIB_NAME); export type Lib = LibProperties; export default lib;