think-logic
May 17, 2026 ยท View on GitHub
This repository has been migrated. For ongoing updates, please see https://github.com/thinkjs/thinkjs/tree/master/packages/think-logic.
think-logic
Invoke logic for ThinkJS 3.x
Install
npm install think-logic
How to use
config file src/config/middleware.js
const logic = require('think-logic');
module.exports = [
logic
]