UNPKG

@maptiler/sdk

Version:

The Javascript & TypeScript map SDK tailored for MapTiler Cloud

4 lines (3 loc) 160 B
import { EasingFunctionName } from './types'; declare const EasingFunctions: Record<EasingFunctionName, (K: number) => number>; export default EasingFunctions;