UNPKG

@foblex/core

Version:

A core library providing a set of utilities and interfaces for various projects.

15 lines (14 loc) 366 B
export * from './arc'; export * from './boolean'; export * from './event'; export * from './guid'; export * from './line'; export * from './number'; export * from './point'; export * from './rect'; export * from './size'; export * from './transform-model'; export * from './vector'; export * from './i-id-name'; export * from './i-id-type'; export * from './i-map';