UNPKG

279 BTypeScriptView Raw
1import { Function as LambdaFunction } from './function';
2export declare function calculateFunctionHash(fn: LambdaFunction): string;
3export declare function trimFromStart(s: string, maxLength: number): string;
4export declare const VERSION_LOCKED: {
5 [key: string]: boolean;
6};