UNPKG

react-native-star-io10

Version:

react-native-star-io10 is a library for supporting application development for Star Micronics devices.

5 lines 167 B
export class FormatConverter { static replaceNewLineCodes(input: string, newValue: string): string { return input.replace(/\n|\r\n|\r/g, newValue); } }