UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

7 lines 242 B
/** * get1stDigitFromString( 'This8.0zsX n99umber') * @param str 'This8.0zsX n99umber' * @returns '8' */ export declare function get1stDigitFromString(str: string): string | null; //# sourceMappingURL=get1stDigitFromString.d.ts.map