@hibikine/utils
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@hibikine/utils

Build Status codecov License: MIT

Utility functions.

Install

yarn add @hibikine/utils # or npm i @hibikine/utils --save

Functions

wait()

wait(ms: number): Promise<void>

Discussion

import { wait } from '@hibikine/utils';

(async () => {
  await wait(2000);
  console.log('Hello!'); // Show after 2 secounds
})();

Develop

yarn watch

Build

yarn build

Readme

Keywords

none

Package Sidebar

Install

npm i @hibikine/utils

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

4.72 kB

Total Files

18

Last publish

Collaborators

  • hibikinekage