Skip to content

Commit

Permalink
Merge pull request #9 from ensan-hcl/v0_1_0_fixes
Browse files Browse the repository at this point in the history
add public initializer
  • Loading branch information
ensan-hcl authored Aug 25, 2021
2 parents a83b882 + 4758ad5 commit 351c1bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/KaomojiParser/KaomojiParser.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import Foundation

public struct KaomojiParser {
public init() {}

func isKaomojiMainCharacter(_ unicodeScalar: UnicodeScalar) -> Bool {
if CharacterSet.punctuationCharacters.contains(unicodeScalar){
return true
Expand Down

0 comments on commit 351c1bb

Please sign in to comment.