UNPKG

@adonisjs/view

Version:

View/template engine for AdonisJs

10 lines (9 loc) 438 B
/// <reference types="@adonisjs/application/build/adonis-typings" /> /// <reference types="@adonisjs/repl" /> import { ReplContract } from '@ioc:Adonis/Addons/Repl'; import { ApplicationContract } from '@ioc:Adonis/Core/Application'; /** * Define repl bindings. The method must be invoked when application environment * is set to repl. */ export declare function defineReplBindings(app: ApplicationContract, Repl: ReplContract): void;