bahaghari/lib: add optionalNull to top-level

This commit is contained in:
Gabriel Arazas 2024-06-14 23:54:37 +08:00
parent e119d84731
commit 25654828c0
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -45,7 +45,7 @@ pkgs.lib.makeExtensible
inherit (self.trivial) importYAML toYAML toBaseDigitsWithGlyphs
generateGlyphSet generateConversionTable generateBaseDigitType clamp
isNumber scale;
isNumber scale optionalNull;
inherit (self.hex) isHexString;
inherit (self.math) abs pow percentage factorial floor ceil round round'