mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2025-02-02 10:24:46 +01:00
3 lines
136 B
TypeScript
3 lines
136 B
TypeScript
export function sync<T = unknown>(filePath: string): T
|
|
|
|
export default function readYamlFile<T = unknown>(filePath: string): Promise<T>
|