UNPKG

@mysten/sui

Version:

Sui TypeScript API(Work in Progress)

7 lines (6 loc) 251 B
export declare const isValidNamedPackage: (name: string) => boolean; /** * Checks if a type contains valid named packages. * This DOES NOT check if the type is a valid Move type. */ export declare const isValidNamedType: (type: string) => boolean;