UNPKG

@adocasts.com/jumpstart

Version:

Jumpstart your next AdonisJS 6 web project with authentication, forgot password, and more features out-of-the-box.

2 lines (1 loc) 100 B
export declare function readFileOrDefault(filePath: string, defaultValue: string): Promise<string>;