UNPKG

npaw-plugin-nwf

Version:
10 lines (9 loc) 166 B
/** * @class * @description This class stores information about segments * @exports Segment */ export default class Segment { uri: string; pos: number; }