SylarLong/iztro

View on GitHub
src/star/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import FunctionalStar from './FunctionalStar';

export const initStars = (): FunctionalStar[][] => [[], [], [], [], [], [], [], [], [], [], [], []];

export * from './location';
export * from './majorStar';
export * from './minorStar';
export * from './adjectiveStar';
export * from './decorativeStar';
export * from './horoscopeStar';