UNPKG

appwrite

Version:

Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API

6 lines (5 loc) 126 B
export declare class ID { #private; static custom(id: string): string; static unique(padding?: number): string; }