Skip to content

@stephansama packages / create-stephansama-example / fetchExamples

Function: fetchExamples()

ts
function fetchExamples(): Promise<(
  | {
}
  | {
})[]>;

Defined in: core/example/src/index.ts:15

Returns

Promise<( | { } | { })[]>

Released under MIT license