stonev5-utils
Version:
all my utils here
16 lines • 434 B
JavaScript
export * from './array';
export * from './cmd';
export * from './desktop';
export * from './dom';
export * from './file';
export * from './global';
export * from './object';
export * from './parallel';
export * from './rand';
export * from './string';
export * from './time';
export * from './functional';
export async function copy2clipboard(text) {
return navigator.clipboard.writeText(text);
}
//# sourceMappingURL=index.js.map