@rbxts/pascal
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

A handful of PascalCase primitive types for Roblox TypeScript.

Booleans

Bool and Boolean are equal to boolean.

Numbers & Strings

Number is equal to number. String is equal to string.

Objects

Object is equal to object.

Miscellaneous

Undefined is equal to undefined.
Unknown is equal to unknown.
Never is equal to never.
Void is equal to void.
Null is equal to null.
Any is equal to any.

Readme

Keywords

none

Package Sidebar

Install

npm i @rbxts/pascal

Weekly Downloads

0

Version

1.1.1

License

ISC

Unpacked Size

8.67 kB

Total Files

5

Last publish

Collaborators

  • hero-ku