UNPKG

@webilix/helper-library

Version:

JavaScript/TypeScript programming helper library.

12 lines (10 loc) 208 B
import { AREA } from './area'; import { LENGTH } from './length'; import { VOLUME } from './volume'; import { WEIGHT } from './weight'; export const UNIT = { AREA, LENGTH, VOLUME, WEIGHT, };