Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
0xStarcat committed Apr 27, 2021
1 parent 1404ed8 commit 674bf3b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/types/src/Horoscope.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class Horoscope {
label: any;
}[];
static CelestialLabels(language?: string): any[];
static Languages(language?: string): {
static Languages(): {
key: string;
value: string;
label: any;
Expand All @@ -29,7 +29,7 @@ export class Horoscope {
level: any;
levelLabel: any;
}[];
constructor({ origin, language, houseSystem, zodiac, aspectPoints, aspectWithPoints, aspectTypes, customOrbs }?: {
constructor({ origin, language, houseSystem, zodiac, aspectPoints, aspectWithPoints, aspectTypes, customOrbs, }?: {
origin?: any;
language?: string;
houseSystem?: string;
Expand Down
24 changes: 12 additions & 12 deletions dist/types/src/utilities/language.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ export namespace LANGUAGE {
quincunx: string;
quintile: string;
septile: string;
'semi-square': string;
'semi-sextile': string;
'tropical-zodiac': string;
'sidereal-zodiac': string;
'equal-house': string;
"semi-square": string;
"semi-sextile": string;
"tropical-zodiac": string;
"sidereal-zodiac": string;
"equal-house": string;
koch: string;
placidus: string;
regiomontanus: string;
topocentric: string;
'whole-sign': string;
"whole-sign": string;
major: string;
minor: string;
};
Expand Down Expand Up @@ -116,16 +116,16 @@ export namespace LANGUAGE {
quincunx: string;
quintile: string;
septile: string;
'semi-square': string;
'semi-sextile': string;
'tropical-zodiac': string;
'sidereal-zodiac': string;
'equal-house': string;
"semi-square": string;
"semi-sextile": string;
"tropical-zodiac": string;
"sidereal-zodiac": string;
"equal-house": string;
koch: string;
placidus: string;
regiomontanus: string;
topocentric: string;
'whole-sign': string;
"whole-sign": string;
major: string;
minor: string;
};
Expand Down

0 comments on commit 674bf3b

Please sign in to comment.