Socket
Book a DemoInstallSign in
Socket

senseful

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

senseful

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

senseful - 알잘딱깔센 library for the world

Install

npm install senseful
yarn add senseful
pnpm add senseful

Usage

import { senseful } from 'senseful';

const yyyyMMdd = senseful.yyyyMMdd('2022/01/01'); // 20220101
const yyyyMMddWithDash = senseful.yyyyMMdd('2022.01.01', { separator: '-' }); // 2022-01-01

const phoneNumber = senseful.krPhoneNumber('010-1234-1234'); // 01012341234
const phoneNumberWithDash = senseful.krPhoneNumber('010.1234.1234', { withDash: true }); // 010-1234-1234

Keywords

알잘딱깔센

FAQs

Package last updated on 07 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts