js-ant
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Install

yarn add js-antd

Usage

Markdown

import { markdown } from 'js-ant'

console.log(
  markdown.render('## Markdown')
)

Date

import { formatDate, formatDateTime } from 'js-ant'

// 2020-11-11
console.log(
  formatDate(new Date())
)

// 2020-11-11 11:11:11
console.log(
  formatDateTime(new Date())
)

Readme

Keywords

Package Sidebar

Install

npm i js-ant

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

10.4 kB

Total Files

17

Last publish

Collaborators

  • xjh22222228