UNPKG

@motorcycle/types

Version:

A shared-kernel of types for Motorcycle

9 lines (8 loc) 152 B
/** * Span of time between time instants * @name Period * @example * export type Period = number * @type */ export { Period } from '@most/types';