UNPKG

@serafin/pipeline

Version:

CRUD data access library with a functional approach

8 lines 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pipelineMethods = void 0; /** * List of action methods used by a pipeline */ exports.pipelineMethods = ["create", "read", "patch", "delete"]; //# sourceMappingURL=PipelineInterface.js.map