UNPKG

272 BPlain TextView Raw
1// Copyright (c) .NET Foundation. All rights reserved.
2// Licensed under the MIT License.
3
4import * as types from '@azure/functions';
5import { HookContext } from './HookContext';
6
7export class AppStartContext extends HookContext implements types.AppStartContext {}