Skip to content
/ library-starter Public template

Typescript boilerplate starter created from TSDX

License

Notifications You must be signed in to change notification settings

skulptur/library-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

library-name

Single paragraph about why this library exists

Get started

Install

yarn add library-name-fns
# or
npm install --save library-name-fns

Use

import { noop } from 'library-name-fns'

console.log(noop()) // undefined

Examples

API

  • Pure functions.
  • The argument order is optimized for partial application.

Exports:

noop

() => void

const nothing = noop() // undefined

About

Typescript boilerplate starter created from TSDX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published