https://github.com/nju33/modoki
Get 'modoki' value immidiately
https://github.com/nju33/modoki
dummy-data
Last synced: over 1 year ago
JSON representation
Get 'modoki' value immidiately
- Host: GitHub
- URL: https://github.com/nju33/modoki
- Owner: nju33
- Created: 2018-02-11T05:47:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T00:06:09.000Z (about 8 years ago)
- Last Synced: 2025-02-23T21:23:42.123Z (over 1 year ago)
- Topics: dummy-data
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/modoki
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# modoki
Get 'modoki' value immidiately
[](https://www.npmjs.com/package/modoki)
[](https://circleci.com/gh/nju33/modoki)
[](https://coveralls.io/github/nju33/modoki?branch=master)
[](https://github.com/facebook/jest)
[](https://github.com/prettier/prettier)

[](https://github.com/ellerbrock/typescript-badges/)
## install
```bash
yarn add [-D] modoki
```
## API
```ts
import {
namae,
jusyo,
denwabango
yubinbango,
} from 'modoki';
namae() // 佐藤 大翔
jusyo() // ...
denwabango() // 253-4107-23618 (\d{3,5}-\d{3,5}-\d{3,5})
yubinbango() // 195-1972 (\d{3}-\d{4})
```