lucuma-core 0.140.0 → 0.141.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/main.d.ts +2 -0
- package/main.js +11137 -11088
- package/main.js.map +4 -4
- package/package.json +1 -1
package/main.d.ts
CHANGED
|
@@ -3,6 +3,8 @@ export declare function deg2dms(deg: number): string;
|
|
|
3
3
|
export declare function hms2deg(hms: string): number;
|
|
4
4
|
export declare function dms2deg(dms: string): number;
|
|
5
5
|
|
|
6
|
+
export declare function signedArcSeconds(arcseconds: string | number): number;
|
|
7
|
+
|
|
6
8
|
export declare function dateToLocalObservingNight(date: Date): string;
|
|
7
9
|
|
|
8
10
|
export declare function parseAttachmentId(maybeAttachmentId: string): string | undefined;
|