nocobase/packages/samples/ratelimit/server.d.ts
chenos 794080628b
feat: ratelimit sample plugin (#862)
* feat: ratelimit sample

* feat: update doc

* feat: sample url

* fix: update yarn.lock
2022-09-30 12:40:32 +08:00

5 lines
86 B
TypeScript
Executable File

// @ts-nocheck
export * from './lib/server';
export { default } from './lib/server';