UNPKG

@mikezimm/fps-core-v7

Version:

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

6 lines 231 B
/** * 2024-09-07: Migrated from the same folder in fps-library-v2/banner... */ const rD = `456789`; export const gRD = () => { return rD.charAt(Math.floor(Math.random() * rD.length)); }; //# sourceMappingURL=numbTest.js.map