stonev5-utils
Version:
all my utils here
14 lines (13 loc) • 375 B
TypeScript
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 declare function copy2clipboard(text: string): Promise<void>;