All files / str index.ts

100% Statements 20/20
100% Branches 0/0
100% Functions 10/10
100% Lines 10/10

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16          4x 2x 2x 2x 7x 4x 3x 3x 3x 3x  
/**
 * @module 字符串处理
 * @see https://github.com/SporeUI/spore-tskit/tree/master/src/str
 */
 
export { byteLength } from './byteLength';
export { dbcToSbc } from './dbcToSbc';
export { decodeHTML } from './decodeHTML';
export { encodeHTML } from './encodeHTML';
export { getLeftByteString } from './getLeftByteString';
export { getRnd36 } from './getRnd36';
export { getTime36 } from './getTime36';
export { ipToHex } from './ipToHex';
export { sizeOfUTF8String } from './sizeOfUTF8String';
export { substitute } from './substitute';