UNPKG

type-plus

Version:
5 lines (4 loc) 211 B
export type { Add, Increment } from './add.js' export type { ToNegative } from './math_plus.to_negative.js' export type { Multiply } from './multiply.js' export type { Decrement, Subtract } from './subtract.js'