UNPKG

mock-table-data

Version:

mock api 내에서 table row data를 생성 및 관리하기(CRUD) 위한 라이브러리 입니다.

13 lines (12 loc) 249 B
{ "compilerOptions": { "target": "esnext", "module": "commonjs", "declaration": true, "noImplicitAny": false, "outDir": "./dist", "strict": true, }, "include": ["src"], "exclude": ["node_modules", "**/__tests__/*"] }