This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
strapi
Watch
1
Star
0
Fork
0
You've already forked strapi
mirror of
https://github.com/strapi/strapi.git
synced
2025-07-20 15:36:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
packages
/
core
/
database.old
/
lib
/
queries
/
index.js
8 lines
100 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Make lint stricter and fix the errors Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-27 11:27:17 +01:00
'use strict'
;
Init
2019-09-20 12:44:24 +02:00
const
createQuery
=
require
(
'./create-query'
)
;
module
.
exports
=
{
createQuery
,
}
;
Reference in New Issue
Copy Permalink