Files
Unheard0840 924aa463ce Add startos/sdk.ts
Add StartOS SDK helper
2026-08-05 17:05:49 +00:00

9 lines
262 B
TypeScript

import { StartSdk } from '@start9labs/start-sdk'
import { manifest } from './manifest'
/**
* Plumbing. DO NOT EDIT.
*
* The exported "sdk" const is used throughout this package codebase.
*/
export const sdk = StartSdk.of().withManifest(manifest).build(true)