[Home](./index.md) > [@jsamr/counter-style](./counter-style.md) > [MaxCodepointLengthInRangeComputer](./counter-style.maxcodepointlengthinrangecomputer.md) ## MaxCodepointLengthInRangeComputer type A function which compute the maximum codepoint length of a formatter in a given range. Signature: ```typescript export declare type MaxCodepointLengthInRangeComputer = (min: number, max: number) => number; ```