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).
7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
import { InputSpec } from './inputSpec'
|
|
import { List } from './list'
|
|
import { Value } from './value'
|
|
import { Variants } from './variants'
|
|
|
|
export { InputSpec as InputSpec, List, Value, Variants }
|