UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

4 lines (3 loc) 98 B
export function lexCompare (a: string, b: string): number { return a > b ? 1 : a < b ? -1 : 0 }