wrangler-action/node_modules/read-yaml-file/index.d.ts
2023-08-07 15:11:15 -05:00

3 lines
136 B
TypeScript

export function sync<T = unknown>(filePath: string): T
export default function readYamlFile<T = unknown>(filePath: string): Promise<T>