Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @deprecated
|
||||
* @module
|
||||
*/
|
||||
import { pallas as pn, vesta as vn } from './misc.ts';
|
||||
/** @deprecated */
|
||||
export declare const pallas: typeof pn;
|
||||
/** @deprecated */
|
||||
export declare const vesta: typeof vn;
|
||||
//# sourceMappingURL=pasta.d.ts.map
|
||||
Reference in New Issue
Block a user