UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

6 lines 174 B
export const testCases = [ ["texto", 10, "*", "texto*****"], ["texto", 5, "*", "texto"], ["texto", 6, "*", "texto*"] ]; //# sourceMappingURL=padright-cases.js.map