Quick start
Quick start
npm i @stamp/it
# or
npm i stampitconst stampit = require('@stamp/it')
let Stamp = stampit() // creates new stampconst HasLog = require('./HasLog')
Stamp = Stamp.compose(HasLog) // creates a new stamp composed from the twoStamp = Stamp.props({ // creates a new derived stamp
S3: require('aws-sdk').S3
})Shorter API
Using the stamp
Mocking I/O in unit tests
Basic API
Last updated