0.0.1 • Published 2 years ago
@w5/mime v0.0.1
@w5/mime
#!/usr/bin/env coffee
> @w5/mime
for ext from ['js','css','html']
console.log mime '1.'+ext
output :
text/javascript
text/css
text/html
0.0.1
2 years ago
#!/usr/bin/env coffee
> @w5/mime
for ext from ['js','css','html']
console.log mime '1.'+ext
output :
text/javascript
text/css
text/html
2 years ago