1.0.0 • Published 9 years ago
@uniba/garbage-collection v1.0.0
garbage-collection
弊社のごみ当番
Usage
const gc = require('@uniba/garbage-collection');
gc(new Date()); // => 'burnable' | 'nonburnable' | 'recyclable' | null
gc(new Date(), { week: true }); // => [null, null, 'burnable', 'recyclable', null, 'burnable', null]
1.0.0
9 years ago