mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-12 21:07:15 +08:00
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
// minimal library entry point.
|
|
|
|
"use strict";
|
|
module.exports = require("./src/index-minimal");
|