ts-to-lower-case
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

TStoLowerCase

toLowerCase

toLowerCase(input: string)

type ext = "C"

const aa: ext = "C"

const bb = toLowerCase(aa)

→typeof bb = "c"

toUpperCase

toUpperCase(input: string)

type ext = "h"

const aa: ext = "h"

const bb = toUpperCase(aa)

→typeof bb = "H"

Readme

Keywords

Package Sidebar

Install

npm i ts-to-lower-case

Weekly Downloads

4

Version

1.0.2

License

GPL-3.0

Unpacked Size

39.1 kB

Total Files

9

Last publish

Collaborators

  • wildxbird