UNPKG

claire-framework

Version:

- được viết bằng TypeScript - hỗ trợ websocket và HTTP request - hỗ trợ CLI để generate base project (claire-cli)

3 lines 213 B
export declare const Env: () => <T extends new (...args: any[]) => {}>(constructor: T) => T; export declare const Var: () => (prototype: any, propertyKey: string) => void; //# sourceMappingURL=environment.d.ts.map