mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
15 lines
210 B
TypeScript
15 lines
210 B
TypeScript
/// <reference path="../../../typings/thinkjs/think.d.ts" />
|
|
|
|
'use strict';
|
|
/**
|
|
* middleware
|
|
*/
|
|
export default class extends think.middleware.base {
|
|
/**
|
|
* run
|
|
* @return {} []
|
|
*/
|
|
run(){
|
|
|
|
}
|
|
} |