mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
Run prettier across sdk/base and sdk/package to apply the standardized quote style (single quotes matching web).
4 lines
129 B
TypeScript
4 lines
129 B
TypeScript
export * as constants from './inputSpecConstants'
|
|
export * as types from './inputSpecTypes'
|
|
export * as builder from './builder'
|