4 lines
111 B
JavaScript
Raw Normal View History

import * as prand from './pure-rand-default.js';
export default prand;
export * from './pure-rand-default.js';