1.0.3 • Published 12 months ago
@jswork/next-model-douban-subject v1.0.3
next-model-douban-subject
Douban subject model for next.
installation
npm install -S @jswork/next-model-douban-subjectapis
| api | params | description |
|---|---|---|
| gets | - | Get the model. |
usage
import NxModelDoubanSubject from '@jswork/next-model-douban-subject';
const model = new NxModelDoubanSubject({ $: jquery });
model.gets();license
Code released under the MIT license.