Skeleton.notation property

Signature:

notation?: {
        style: 'compact-short' | 'compact-long' | 'notation-simple';
    } | {
        style: 'scientific' | 'engineering';
        expDigits?: number;
        expSign?: Skeleton['sign'];
        source?: string;
    };