@agrozyme/types-base-ex
v0.8.1
Published
TypeScript definitions for base-ex
Readme
types-base-ex
TypeScript definitions for BaseEx
- Use this package, to create folder
@types/base-exunder the source folder and put the code inindex.d.ts
declare module 'base-ex' {
export * from '@agrozyme/types-base-ex';
}Can use
newclasses byimport {} from 'base-ex'- Base1
- Base16
- Base32
- Base58
- Base64
- UUencode
- Base85
- Base91
- LEB128
- Ecoji
- Base2048
- SimpleBase
- BasePhi
- ByteConverter
- BaseEx
Other declare class always use for type hint
