0.2.1 • Published 3 years ago
chrono-format v0.2.1
Chrono Strftime Validator
This package provides a utility function for validating an strftime format.
The project is built in Rust and compiles to WebAssembly using wasm-pack
Usage
const { is_valid_strftime_format } = require('chrono-format');
// returns true
is_valid_strftime_format('%FT%T') 
// returns false
is_valid_strftime_format('%QT%T') Build
wasm-pack build --target nodejsTests
wasm-pack test --node🎁 Publish to NPM
wasm-pack publishAcknowledgements
Built with 🦀🕸 by The Rust and WebAssembly Working Group